pipeline:
A pipeline is a sequence of functions (or the equivalent thereof), composed so that the output of one is good input for the next, in order to create compound transformation. Famously, in shell syntax expressed as `command | command2 | command3`. The term is also used in computer architecture to define a sequence of serial stages that may execute in parallel over elements being fed into pipe, in order to increase the overall throughput.