Info
Version: | 1.2.6 |
Author(s): | BluAge Corporation |
Last Update: | Monday, July 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.bluage.com/summerbatch |
NuGet Url: | https://www.nuget.org/packages/SummerBatch |
Install
Install-Package SummerBatch
dotnet add package SummerBatch
paket add SummerBatch
SummerBatch Download (Unzip the "nupkg" after downloading)
Dependencies
- Unity(>= 3.5.1404)
- Microsoft.ReportViewer.WinForms(>= 10.0.40219.1)
- NLog(>= 4.1.2)
Tags
Its design is driven by the concepts exposed in the JSR-352 specification and provides for .NET 4.6.1 C# an equivalent to JBatch / Spring Batch.
Key Features:
• Repeatable and customizable batch jobs
• Multi step jobs, with simple step sequences or conditional logic between them
• In-memory or persisted job repository
• Support for a Read-Process-Write logic, as well as arbitrary batchlet for a more complete control on the behavior
• Chunk processing with checkpoint management and restartability
• Step partitioning used for parallel processing
• Database readers and writers, with support for Microsoft® SQL Server, IMB® DB2 and Oracle® databases
• Flat file readers and writers
• Easy mapping between the readers and writers and your domain classes
• Batch contexts at step level and job level
• XML design for the main batch architecture, C# design for the properties
Documentation on how to get started: https://www.bluage.com/site_docs/summerbatch/docs/v_1-26/site/getting_started_summerbatch/getting_started.html.