Tutorials
Learn Cloacina’s computation graph system through progressive, hands-on tutorials.
Start here. These tutorials teach you to define and run computation graphs directly in your Rust application.
- Your First Graph — Define nodes, declare topology, run a compiled graph
- Accumulators — Buffer events with accumulators and wire to reactors
- Full Pipeline — Multiple accumulators, reactor, when_any, terminal outputs
- Routing — Multi-branch graphs with conditional routing
Deploy computation graphs as services with external event ingestion.
- Packaging — Build .cloacina packages for computation graphs
- WebSocket Events — Receive events via WebSocket endpoints
- Kafka Streaming — Connect to Kafka for high-throughput event processing