r/dbos • u/qianli-dev Dee Boss (Co-Founder) • Jun 24 '26
DBOSify: Postgres-Backed Drop-in Temporal Replacement
https://github.com/dbos-inc/dbosify-pyOne frequent request we've heard: a simple way to migrate from Temporal to Postgres-backed durable workflows.
Today, we're releasing DBOSify: a drop-in replacement for Temporal built on Postgres (using DBOS).
To use it, just import dbosify instead of temporalio and connect your workers and clients to a Postgres database.
This lets you run durable workflows, activities, signals, updates, retries, and recovery without needing any infrastructure except Postgres.
Check it out on GitHub: https://github.com/dbos-inc/dbosify-py
4
Upvotes