Skip to main content
Cloacina Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Computation Graphs

Computation Graphs

The in-process dataflow cluster — fast, deterministic, event-driven graphs where the whole traversal is the unit of execution. A Computation Graph is built from Nodes; a Reactor fires the graph when its criteria are met; Accumulators turn sources and streams into the Boundary events the reactor reacts to.

Node and Boundary are documented alongside the objects they belong to — a Node only exists inside a graph, a Boundary only between an Accumulator and a Reactor.