SummerBatch 1.1.7
See the version list below for details.
dotnet add package SummerBatch --version 1.1.7
NuGet\Install-Package SummerBatch -Version 1.1.7
<PackageReference Include="SummerBatch" Version="1.1.7" />
paket add SummerBatch --version 1.1.7
#r "nuget: SummerBatch, 1.1.7"
// Install SummerBatch as a Cake Addin #addin nuget:?package=SummerBatch&version=1.1.7 // Install SummerBatch as a Cake Tool #tool nuget:?package=SummerBatch&version=1.1.7
Summer Batch is a lightweight, reliable, efficient, open-source batch framework for .Net and C# community.
Its design is driven by the concepts exposed in the JSR-352 specification and provides for .NET 4.5 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/docs/summerbatch/gettingstarted.pdf
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Microsoft.ReportViewer.WinForms (>= 10.0.40219.1)
- NLog (>= 4.1.2)
- Unity (>= 3.5.1404)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.6 | 2,516 | 7/19/2021 |
1.2.5 | 887 | 7/2/2021 |
1.2.4 | 1,134 | 7/23/2020 |
1.2.3 | 1,073 | 7/14/2020 |
1.2.2 | 983 | 7/14/2020 |
1.2.1 | 1,051 | 4/28/2020 |
1.2.0 | 1,046 | 4/14/2020 |
1.1.13 | 1,269 | 1/20/2020 |
1.1.12 | 1,084 | 12/13/2019 |
1.1.11 | 1,289 | 2/6/2019 |
1.1.10 | 1,321 | 12/11/2018 |
1.1.9 | 1,322 | 11/26/2018 |
1.1.8 | 1,327 | 11/6/2018 |
1.1.7 | 1,457 | 10/2/2018 |
1.1.6 | 1,650 | 11/17/2017 |
1.1.5 | 1,413 | 11/8/2017 |
1.1.4 | 1,738 | 2/8/2017 |
1.1.3.2 | 1,632 | 12/6/2016 |
1.1.3.1 | 1,529 | 10/14/2016 |
1.1.3 | 1,461 | 10/13/2016 |
1.1.2 | 1,672 | 7/1/2016 |
1.1.1 | 1,504 | 6/6/2016 |
1.1.0 | 1,550 | 3/11/2016 |
1.0.0 | 2,243 | 11/16/2015 |
v 1.1.7:
- The datasource name can now be configured in App.config by adding the key "datasourceName" in the appSettings section. If no value is provided, the datasourceName remains "Default".