Dataflow
= Dataflow
{wiki=Dataflow}
Dataflow can refer to a couple of different concepts depending on the context. Below are two common interpretations: 1. **Dataflow Programming**: In computer science, dataflow programming is a programming paradigm that models the execution of computations as the flow of data between operations. In this model, the program is represented as a directed graph where nodes represent operations and edges represent the data flowing between them.