Cadence offers an open-source engine for building and running fault-tolerant, long-running business workflows across distributed systems.
This repository provides the core Cadence orchestration engine, along with command-line tools and schema management utilities. You'll run its backend services, connecting to a database like Cassandra or PostgreSQL, and then implement your workflows using client SDKs in Go or Java. To get started quickly, just run `docker compose -f docker/docker-compose.yml up` and check workflow traces in the UI at `http://localhost:8088`.
Cadence offers an open-source engine for building and running fault-tolerant, long-running business workflows across distributed systems.
Teams and developers building complex, stateful applications that need reliable, asynchronous execution of multi-step processes.