SummerBatchCore 3.0.5
dotnet add package SummerBatchCore --version 3.0.5
NuGet\Install-Package SummerBatchCore -Version 3.0.5
<PackageReference Include="SummerBatchCore" Version="3.0.5" />
paket add SummerBatchCore --version 3.0.5
#r "nuget: SummerBatchCore, 3.0.5"
// 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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- 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)
- NLog (>= 4.7.2)
- RabbitMQ.Client (>= 6.2.1)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Data.SqlClient (>= 4.8.1)
- System.ServiceModel.Primitives (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
- Unity.NetCore (>= 4.0.3)
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.
3.0.5:
- Added Horizontal Scaling features with Message Queue.