12 comments

[ 2.6 ms ] story [ 40.7 ms ] thread
Hi HN, I'm Peter, creator of DBOSify. Here to answer any questions you have!
You can add a dev dependency in your pyprojec.toml with uv, look it up.
Hi! Do you have an example that includes a full agent workflow?
Hey Peter. I know this is super unrelated, but I’ve used the contact form and sent an email in order to understand what the hell a conductor license costs for self-hosting. So far i’ve only gotten automated requests for feedback as a response.. That’s certainly not encouraged me to dig deeper into using dbos.
Is it compatible with Aurora DSQL? Or does it rely on Postgres features they do not implement?
I'm a little unclear on this. You say it's a replacement for Temporal, but the GitHub repo says it's a replacement for the temporal python client SDK?

Then in the description you say "This lets you run durable workflows, activities, signals, updates, retries, and recovery without needing any infrastructure except Postgres." but your diagram shows worker nodes outside of the Postgres server, so you do need infrastructure beyond the Postgres instance?

Can DBOSfly pass the temporal python SDK test suite? Are there any features mot yet implemented?
I recently needed an OSS durable execution engine and chose River (I use Go) over DBOS because I wasn’t convinced I wouldn’t get rug pulled by a VC backed company. Both are technically commercial, but River seemed to be doing a lot more OSS friendly moves lately than DBOS, and AFAIK they are self bootstrapped.