Dataflow programming

Updated: 12/31/2022 by Computer Hope
dataflow programming

Dataflow programming, sometimes called Dataflow, is a software architecture where variables have a defined relationship. If the value of one variable changes, the values of the other variables are automatically updated. An everyday example of dataflow programming is a spreadsheet, where changing one value automatically changes many others based on a pre-defined formula.

Architecture, Data flow, Programming terms