DBOSify – Drop-in Temporal replacement built on Postgres
Summary
DBOSify is a drop-in replacement for Temporal in Python that uses PostgreSQL (via DBOS Transact) to orchestrate durable workflows without a Temporal server. The post describes the architecture, usage, deterministic interpretation, and how Postgres checkpoints enable reliable recovery, plus testing strategy and project status.