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

Tutorials

Embedded Tutorials

Guided, build-something paths for running Cloacina in-process. Each tutorial is shown in both Rust (default) and Python — the same task expressed in two dialects.

The track has four parts. Work them in order, or jump to the part you need:

  • Foundations (01–04) — your first workflow, context, dependencies, error handling.
  • Scheduling & operations (05–09) — cron, multi-tenancy, event triggers, task deferral, the workflow registry.
  • Computation graphs (10–13) — in-process, event-driven graphs: first graph, accumulators, multi-source pipelines, routing.
  • Packaging (14) — an optional follow-on that ships a trigger inside a .cloacina package.