Releases: Deeptiman/go-batch
Releases · Deeptiman/go-batch
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
go-batch is a batch processing library written in Go. The process execution has multiple stages to release a Batch to the client.
Features
Client can use this library as an asynchronous batch processing for their application use case.
There are no restrictions on applying batch processing matrices to the library. The client can define the maximum no of items for a batch using the BatchOptions.
The library has a Workerpool that will faster the batch processing in concurrent scenarios.
Example binary attached in this release.
./go-batch --help
-m int
Maximum items (default 10)
-r int
No of resources (default 10)