Dataflow Programming Model

Dataflow programming models a program as a directed graph of data flowing between operations. Dataflow programming is, among others things, a technique for making parallel processing easier. It is very effective in an event driven architecture where data enters and flows through the directed graph, with each node in the graph performing an independent operation on the data.