▲ | krashidov 5 days ago | ||||||||||||||||
How does this compare with inngest or restate? We currently use inngest right now and it works great but the typescript API is a bit clunky | |||||||||||||||||
▲ | KraftyOne 5 days ago | parent [-] | ||||||||||||||||
Like Inngest and Restate, DBOS provides durable workflows. The difference is that DBOS is implemented as a Postgres-backed library you can "npm install" into your project (no external dependencies except Postgres), while Inngest and Restate require an external workflow orchestrator. Here's a blog post explaining the DBOS architecture in more detail: https://www.dbos.dev/blog/what-is-lightweight-durable-execut... Here's a comparison with Temporal, which is architecturally similar to Restate and Inngest: https://www.dbos.dev/blog/durable-execution-coding-compariso... | |||||||||||||||||
|