|
|
|
|
|
by KraftyOne
252 days 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. |
|
For example, a Rust library. Am I missing how a go library is useful for non-go applications?