Chunk-Oriented Processing
Read → process → write in configurable commit intervals, with bounded memory usage regardless of input size.
Chunk-oriented processing, restartability, partitioning, and dead-lettering as first-class citizens — the Spring Batch equivalent for the .NET ecosystem.
dotnet add package Conveyor.Batch
dotnet add package Conveyor.Batch.Hosting # optional: Worker Service integration
dotnet add package Conveyor.Batch.IO # optional: flat-file / JSON / XML IOContinue with the Getting Started guide to build your first pipeline.