Postgres is All You Need for Durable Workflows
Summary
The article argues that durable workflows can be implemented directly on Postgres without a central orchestrator, using Postgres as the orchestrator and data store. It covers scalability, observability, and security benefits of a database-backed approach over external orchestration systems.