top | item 46327014

(no title)

dminor | 2 months 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.

discuss

order

MasterJJ|2 months ago

Have you compared with LittleHorse.io? Seems like that would be durable and easier for workflows and retries etc

dminor|2 months ago

First 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|2 months ago

Another happy DBOS user here. It slides right into our existing Postgres usage and has a simple Go SDK.

smurda|2 months ago

I've been using Restate for durable execution. The TypeScript SDK was easy to use.