4 ms·
We recently started using DBOS for durable execution - it's much easier to integrate than Temporal and it Just Uses Postgres(tm), which is nice.
by dminor 9mo ago
We recently started using DBOS for durable execution - it's much easier to integrate than Temporal and it Just Uses Postgres(tm), which is nice.
- MasterJJ 9mo agoHave you compared with LittleHorse.io? Seems like that would be durable and easier for workflows and retries etc
- dminor 9mo agoFirst time hearing of it. At first glance it looks more complicated than DBOS, not easier. DBOS is just a library and doesn't require a special DSL. Also we use node which it Little horse doesn't seem to support.
- nzoschke 9mo agoAnother happy DBOS user here. It slides right into our existing Postgres usage and has a simple Go SDK.
- smurda 9mo agoI've been using Restate for durable execution. The TypeScript SDK was easy to use.