16 packages found
Description
utility for batch data processing. The [DataLoader](https://github.com/graphql/dataloader) is taken as an example.
Keywords
Publisher
Description
Split any array into chunks
Keywords
Publisher
Description
Executes an array of promises in batches
Keywords
Publisher
Description
A class that loads a batch (array) of data from a larger set too big to be loaded all at once. You tell it what page you want, and it loads the batch containing that page. Intended to be used by a paginator
Keywords
Publisher
Description
Split object/array into specified size of batches
Keywords
Publisher
Description
Simple and fast implementation of action-driven workflows.
Keywords
- actions
- driven
- workflows
- asynchronus
- promise
- execute
- execution
- batches
- chains
- typescript
- DefinitelyTyped
- definition
- files
Publisher
Description
A TypeScript/Javascript class with properties that give information about a dataset too big to be loaded all at once that is stored in memory one batch at-a-time, with the intention of paginating the batch
Keywords
Publisher
Description
StudentVerification ISIR corrections retrieval utility
Keywords
Publisher
Description
middleware that allow to dispatch an array of actions
Keywords
Publisher
Description
TypeScript/Javascript class intended to help a separate Paginator class paginate data. Specifically, this class contains the properties `itemsPerPage` and `totalPages`, which will be used by other classes, like the Paginator.