top | item 45458645

(no title)

drakenot | 5 months ago

I read the Dbos vs Temporal thing, but can you speak more about if there is a different in durability guarantees?

discuss

order

KraftyOne|5 months ago

The durability guarantees are similar--each workflow step is checkpointed, so if a workflow fails, it can recover from the last completed step.

The big difference, like that blog post (https://www.dbos.dev/blog/durable-execution-coding-compariso...) describes, is the operational model. DBOS is a library you can install into your app, whereas Temporal et al. require you to rearchitect your app to run on their workers and external orchestrator.

dfee|5 months ago

This makes sense, but I wonder if there’s a place for DBOS, then, for each language?

For example, a Rust library. Am I missing how a go library is useful for non-go applications?