Info
Version: | 2.0.0 |
Author(s): | karldodd |
Last Update: | Thursday, October 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gridsum/DataflowEx |
NuGet Url: | https://www.nuget.org/packages/Gridsum.DataflowEx |
Install
Install-Package Gridsum.DataflowEx
dotnet add package Gridsum.DataflowEx
paket add Gridsum.DataflowEx
Gridsum.DataflowEx Download (Unzip the "nupkg" after downloading)
Dependencies
- Common.Logging(>= 3.4.1)
- C5(>= 2.5.3)
- System.Data.SqlClient(>= 4.4.0)
- System.Threading.Tasks.Dataflow(>= 4.8.0)
- Common.Logging.Core(>= 3.4.1)
- System.Collections.Immutable(>= 1.4.0)
Tags
DataflowEx enables you to write reusable components and easily link them together as a high-level dataflow graph while still having the power of low-level blocks from TPL Dataflow. Other cool features include: Dataflow lifecycle management, built-in dataflow health monitor, cyclic graph auto completion support, sql bulk insertion support, etc.
More information is available at: https://github.com/gridsum/dataflowex.