Dataflow example

Huh? I really like the idea of seeing data in systems, particularly in real-time. In this example, I've created a common software architecture, that of the consumer/producer model, albeit abstracted into something more generic and much, much simpler. Just random data being produced, then transformed and finally consumed (or processed). Throttles to the right are actual timing mechanisms that update when a function is fired.

Producing

Processing aka consuming

Auxiliary operations