GNU/Linux ◆ xterm-256color ◆ bash 209 views

go-batch is a batch processing library written in Go. The process execution has multiple stages to release a Batch to the client.

Features

  1. Client can use this library as an asynchronous batch processing for their application use case.
  2. 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.
  3. The library has a Workerpool that will faster the batch processing in concurrent scenarios.

Github: https://github.com/Deeptiman/go-batch