Skip to content

Pipe and filter

In Pipe and filter architecture, operations work only one-way: the output of a component is the input of another.

Examples

  • Digital image processing
  • Compilators
  • Data processing
  • Unix pipelines