Dataflow
Dataflow is a term used in computing, and may have various shades of meaning.
Dataflow is a software paradigm based on the idea of disconnecting computational actors into stages (pipelines) that can execute concurrently. Dataflow can also be called stream processing or reactive programming. These ideas are all highly inter-related.