KraftyOne 12 hours 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 12 hours 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?