Skip to content

HANDZCZ/orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchestrator

DOCS

A crate that provides pipelines and an orchestrator.

It provides traits Pipeline and Orchestrator. It also provide generic implementations (GenericPipeline, GenericOrchestrator) of these traits. To use the generic types you need to implement the Node trait and mostly follow the compilers nagging.

For further details about GenericPipeline, GenericOrchestrator or Node look at docs. And if you are looking for an example you can find some in examples directory or in docs, where Pipeline, Orchestrator and Node have code examples as well as their generic implementations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages