SummerBatchCore 0.9.0-beta1
See the version list below for details.
dotnet add package SummerBatchCore --version 0.9.0-beta1
NuGet\Install-Package SummerBatchCore -Version 0.9.0-beta1
<PackageReference Include="SummerBatchCore" Version="0.9.0-beta1" />
paket add SummerBatchCore --version 0.9.0-beta1
#r "nuget: SummerBatchCore, 0.9.0-beta1"
// Install SummerBatchCore as a Cake Addin #addin nuget:?package=SummerBatchCore&version=0.9.0-beta1&prerelease // Install SummerBatchCore as a Cake Tool #tool nuget:?package=SummerBatchCore&version=0.9.0-beta1&prerelease
Summer Batch Core is a lightweight, reliable, efficient, open-source batch framework for .Net Core 2.2 and C# community.
Its design is driven by the concepts exposed in the JSR-352 specification and provides for .NET Core 2.2 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, IBM® 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 | 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 | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- Microsoft.Extensions.Configuration (>= 2.2.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Microsoft.Extensions.Configuration.Xml (>= 2.2.0)
- Newtonsoft.Json (>= 12.0.1)
- NLog (>= 5.0.0-beta1)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
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.
First version of SummerBatch for .Net core 2.2.
Compared to summer batch for .Net 4.5, this version doesn't include parrallel execution of steps, powershell and WinForm reporting tools.