Info
Version: | 3.0.5 |
Author(s): | BluAge Corporation |
Last Update: | Tuesday, October 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.bluage.com/summerbatch |
NuGet Url: | https://www.nuget.org/packages/SummerBatchCore |
Install
Install-Package SummerBatchCore
dotnet add package SummerBatchCore
paket add SummerBatchCore
SummerBatchCore Download (Unzip the "nupkg" after downloading)
Dependencies
- NLog(>= 4.7.2)
- Microsoft.Extensions.Configuration(>= 3.1.3)
- Microsoft.Extensions.Configuration.FileExtensions(>= 3.1.3)
- Microsoft.Extensions.Configuration.Json(>= 3.1.3)
- Microsoft.Extensions.Configuration.Xml(>= 3.1.3)
- Newtonsoft.Json(>= 12.0.1)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Text.Encoding.CodePages(>= 4.7.0)
Tags
Its design is driven by the concepts exposed in the JSR-352 specification and provides for .NETCore 3.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_summerbatchcore/getting_started.html.