Skip to content

Conveyor.BatchReliable batch processing for .NET 8+

Chunk-oriented processing, restartability, partitioning, and dead-lettering as first-class citizens — the Spring Batch equivalent for the .NET ecosystem.

Conveyor.Batch

Install

bash
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 IO

Continue with the Getting Started guide to build your first pipeline.