alepha@docs:~/docs/packages/alepha$
cat batch.md
1 min read
Last commit:

#Alepha - Batch

#Installation

Part of the alepha package. Import from alepha/batch.

npm install alepha

#Overview

Batch accumulation and processing.

Features:

  • Batch accumulator with handler
  • Configurable batch size
  • Time-based triggers
  • Status tracking

#API Reference

#Primitives

  • $batch — Creates a batch processing primitive for efficient grouping and processing of multiple operations.

#Providers