Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 449 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 449 Bytes

About

Elastic Pipes defines a simple composition system in Python. The components, named pipes, are executed in sequence and a state is passed through from one to the next.

It looks like how UNIX pipes allow composing independent tools on the command line; indeed you can invoke Elastic Pipes in such way. Differently from UNIX pipes though, each component adds new content to the state which is otherwise passed down in the sequence as-is.