![]() |
VOOZH | about |
dotnet add package SummerBatch --version 1.2.6
NuGet\Install-Package SummerBatch -Version 1.2.6
<PackageReference Include="SummerBatch" Version="1.2.6" />
<PackageVersion Include="SummerBatch" Version="1.2.6" />Directory.Packages.props
<PackageReference Include="SummerBatch" />Project file
paket add SummerBatch --version 1.2.6
#r "nuget: SummerBatch, 1.2.6"
#:package SummerBatch@1.2.6
#addin nuget:?package=SummerBatch&version=1.2.6Install as a Cake Addin
#tool nuget:?package=SummerBatch&version=1.2.6Install as a Cake Tool
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.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
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net461 net461 is compatible. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.6 | 2,843 | 7/19/2021 |
| 1.2.5 | 1,110 | 7/2/2021 |
| 1.2.4 | 1,534 | 7/23/2020 |
| 1.2.3 | 1,312 | 7/14/2020 |
| 1.2.2 | 1,216 | 7/14/2020 |
| 1.2.1 | 1,324 | 4/28/2020 |
| 1.2.0 | 1,302 | 4/14/2020 |
| 1.1.13 | 1,556 | 1/20/2020 |
| 1.1.12 | 1,338 | 12/13/2019 |
| 1.1.11 | 1,546 | 2/6/2019 |
| 1.1.10 | 1,588 | 12/11/2018 |
| 1.1.9 | 1,583 | 11/26/2018 |
| 1.1.8 | 1,584 | 11/6/2018 |
| 1.1.7 | 1,712 | 10/2/2018 |
| 1.1.6 | 2,123 | 11/17/2017 |
| 1.1.5 | 1,852 | 11/8/2017 |
| 1.1.4 | 2,172 | 2/8/2017 |
| 1.1.3.2 | 2,054 | 12/6/2016 |
| 1.1.3.1 | 1,955 | 10/14/2016 |
| 1.1.3 | 1,911 | 10/13/2016 |
1.2.6:
- Support for deserialization binder with wildcard pattern.