invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Pipelines (core concept) #70

Open ntoll opened 1 month ago

ntoll commented 1 month ago

A pipeline is a sequence of discrete transformations applied to some input, in order to achieve some valuable output.

Rather than such a formal definition, we need to define this in a friendly manner so it is easy to teach, while providing us with a simple implementation.