Where distributed systems theory meets production scale — andĀ youĀ make it more reliable, performant and cheaper!

Our Open‑Source Roots, Turbocharged in the Cloud

We ā¤ļø open source. From Linux to PostgreSQL, the best infrastructure stories start in the open and are battle‑hardened by passionate communities. Temporal is no different: the Open Source Server powers thousands of workflows every day.

But when teams outgrow the DIY model—or just prefer shipping features over tuning databases—they move toĀ Temporal Cloud. Thanks to drop‑in migration tooling from ourĀ Cloud Global ServicesĀ team, workflows migrate in hours with zero code changes.

Poster‑child migrations likeĀ SAP ConcurĀ showcase how complex multi‑region data moves become routine with Temporal Cloud workflows. (temporal.io)

And the secret sauce behind the Temporal Cloud? 🄁Cloud Data Store (CDS)! And, yes, we’re hiring! šŸ˜„

What is CDS?

Every Temporal workflow is, at its core, a stream of durable state transitions. CDS is theĀ purpose‑built, multi‑tenant system of recordĀ that persists those transitions for every customer in Temporal Cloud.

ā€œCDS (Cloud Data Store) is the foundation of Temporal Cloud. It’s the heart of our reliability, scalability, elasticity, performance and reliability (reliability comes first and last!). But it also has capabilities no general-purpose database can match. We both ensure that the company’s current business is always running and provide the basis for future new products.ā€Ā ā€” Paul Nordstorm, CDS Architect

The Engineering Problem Space

  1. Custom home-grown Write-Ahead-Log & cache hierarchy – shard‑aware, re‑entrant, write‑through, globally replicated.
  2. Adaptive quorum control – we use technologies that blend Paxos, Raft, and a sprinkle of a secret sauce to keep writes unblocked during region failures. We’re able to recover from a complete availability-zone outage in under 4 minutes! šŸ˜„