SummerBatchCore 3.0.5

.NET Core 3.1
dotnet add package SummerBatchCore --version 3.0.5
NuGet\Install-Package SummerBatchCore -Version 3.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SummerBatchCore" Version="3.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SummerBatchCore --version 3.0.5
#r "nuget: SummerBatchCore, 3.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SummerBatchCore as a Cake Addin
#addin nuget:?package=SummerBatchCore&version=3.0.5

// Install SummerBatchCore as a Cake Tool
#tool nuget:?package=SummerBatchCore&version=3.0.5

Summer Batch Core 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 .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

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.1
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SummerBatchCore:

Package Downloads
SummerBatchCore.Support.MySql

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.5 449 10/12/2021
3.0.4 258 7/19/2021
3.0.3 329 7/2/2021
3.0.2 231 5/27/2021
3.0.1 399 9/24/2020
3.0.0 2,089 5/13/2020
0.9.0-beta1 683 2/7/2019

3.0.5:
- Added Horizontal Scaling features with Message Queue.