Show HN: DBOS Java – Postgres-Backed Durable Workflows
21–30 of 59 posts
Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#22glad to see the java sdk released, i've been following it for a while. one of the rough edges i've noticed w/DBOS is for workflows that span multiple services. all of the examples are contained in a single application and thus use a single dbos 'system db' instance. if you have multiple services (as you often do in the real world) that need to participate in a workflow.. you really can't. you need to break them into…
The pattern I would recommend in such cases is having one service be responsible for the overall workflow and then call the other services as steps. So if you were for example running a website and wanted to have a "cancellation" flow, you'd have the cancellation service with the workflow inside of it, which would have all the steps defined, like 1) disable user account 2) mark user data as archived 3) cancel recurri…
Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#23Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#24Thanks Peter, but I wonder if there will there be .NET support? Since Temporal includes one, so it is a hard selling point for us .NET developers when MassTransit went commercial.
Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#25Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#26Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#27For the TypeScript version - how one would run it on Supabase Edge Functions / Deno?
Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#28But dbos doesn't have opensource release of web ui, which is most critical part for a workflow management tool.
Since competitor have all of itself opensource I don't think dbos will have a chance.
Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#29I really wish you guys would change the name since the product has moved so far away from the goals and concepts in the original publication. :). I love the product and what you are doing -- it's definitely needed and valuable.
Re: Show HN: DBOS Java – Postgres-Backed Durable Workflows
#30I really wish you guys would change the name since the product has moved so far away from the goals and concepts in the original publication. :). I love the product and what you are doing -- it's definitely needed and valuable.
Also we have a backronym now: Durable Backends, Observable and Simple.