Skip to content

A simple synchronous pipeline utilising the pipes and filters pattern.

Notifications You must be signed in to change notification settings

kouweizhong/Azert.Pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

NuGet NuGet

Azert.Pipeline

A simple synchronous pipeline utilising the pipes and filters pattern, similar to that described here https://msdn.microsoft.com/en-gb/library/dn568100.aspx

This contains a pipeline contract as well as implementation which you can use in your projects.

Incldued is an IFilter contract. This should be implemented for each stage (filter) of your pipeline process. Each filter should then be registered with the pipeline, usually at application start.

To get a better understanding of how to use the library, check the projects in the examples folder of this repo.

There is also a nuget package available for this to easily consume in your applications https://www.nuget.org/packages/Azert.Pipeline.Synchronous/

About

A simple synchronous pipeline utilising the pipes and filters pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%