Git Product home page Git Product logo

gobatch's People

Contributors

chararch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gobatch's Issues

[Feqture Request] HTTP reader,processor,writer

在我们的实践中,batch 只是负责调度,具体的实现都是在业务服务中实现的,一般的流程是

  1. 通过 GET read API 读取一页数据,返回
    {
    "data":[],
    "has_next_page":true,
    "next_cursor":"xxx"
    }
    通过 has_next_page 判断是否还有下一页,用 next_cursor 读下一页数据

  2. 将 data 中的每一个 item 作为 body,POST process API

  3. 将一页所有 tems 的 process 结果作为 body,POST write API

看能否内置这样一种处理机制。

Documentation/Example Request. (文档/示例请求)

We have been doing experimental projects with your library. We are more interested in Partitioner and PartitionerFactory. However no documentation is provided for it. Please provide some example for the same.

Translated for you:
我们一直在与您的图书馆进行实验项目。我们对 Partitioner 和 PartitionerFactory 更感兴趣。但是没有为它提供文档。请提供一些相同的例子。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.