An open API service indexing awesome lists of open source software.

https://github.com/ori88c/batched-items-accumulator

A lightweight utility for Node.js projects that accumulates items into fixed-size batches (number-of-items wise), preserving insertion order. It abstracts batch management, allowing users to focus on application logic. Ideal for delayed processing tasks such as bulk write/publish operations to kafka, databases, blob storage, etc.
https://github.com/ori88c/batched-items-accumulator

accumulate accumulator batch-accumulator batch-publish bulk-write chunk chunked-array chunks deferred-processing delayed-processing delayed-task equal-batches fixed-batch fixed-chunk fixed-size items-accumulator nodejs stream streaming-data typescript

Last synced: about 2 months ago
JSON representation

A lightweight utility for Node.js projects that accumulates items into fixed-size batches (number-of-items wise), preserving insertion order. It abstracts batch management, allowing users to focus on application logic. Ideal for delayed processing tasks such as bulk write/publish operations to kafka, databases, blob storage, etc.

Awesome Lists containing this project