SaaSHub helps you find the best software and product alternatives Learn more →
Dbos-transact-golang Alternatives
Similar projects and alternatives to dbos-transact-golang
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
-
-
-
-
-
-
-
-
-
carimbo
A 2D game engine developed in modern C++ using SDL, an Entity-Component-System (ECS) architecture, miniaudio, and Box2D. It features Lua scripting and is designed for web portability via WebAssembly
-
slack
Bring your code to the conversations you care about with GitHub's integration for Slack (by integrations)
-
-
-
-
-
-
-
-
dbos-transact-golang discussion
dbos-transact-golang reviews and mentions
-
Ask HN: Do you still run Redis and workers just for background jobs?
It’s a real problem you’re solving but the good news is that it’s already solved! You don’t have to build it yourself.
You’re looking for durable execution to solve your problem.
If you’re already running Postgres, check out DBOS[0]. It turns your app into its own durable executor using your database for coordination.
[0] https://github.com/dbos-inc/dbos-transact-golang
-
Go-Native Durable Execution
> but they do write this like Temporal… doesn’t exist
See "DBOS vs. other systems" on the github repository page[1]
1: https://github.com/dbos-inc/dbos-transact-golang?tab=readme-...
-
Show HN: Stepped Actions – distributed workflow orchestration for Rails
I recently started using this DBOS in Go and it’s been good.
https://github.com/dbos-inc/dbos-transact-golang
I have River on my list to try someday too
https://riverqueue.com/pro
- Dbos: Durable Workflow Orchestration with Go and PostgreSQL
- Show HN: Postgres-Backed Durable Workflows in Go
-
I solved a distributed queue problem after 15 years – DBOS
:wave: Hey there, I'm working on the Go library and just wanted to confirm your suspicion:
"since Golang doesn't have decorators in the same way Python does, we still have to have code doing the kind of "manual callback" style I mentioned"
That's exactly right, specifically for steps. We considered other ways to wrap the workflow calls (so you don't have to do dbos.RunWorkflow(yourFunction)), but they got in the way of providing compile time type checking.
As Qian said, under the hood the Golang SDK is an embedded orchestration package that just requires Postgres to automate state management.
For example, check the RunWorkflow implementation: https://github.com/dbos-inc/dbos-transact-golang/blob/0afae2...
It does all the durability logic in-line with your code and doesn't rely on an external service.
Thanks for taking the time to share your insights! This was one of the most interesting HN comment I've seen in a while :)
-
Ask HN: What Are You Working On? (July 2025)
I'm working on DBOS [0]. We're about to launch support for Golang [1] and Java, and that's going to bring some really interesting customer problems. I can't wait!
[0] https://github.com/dbos-inc
[1] https://github.com/dbos-inc/dbos-transact-go
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Stats
dbos-inc/dbos-transact-golang is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of dbos-transact-golang is Go.
Popular Comparisons
- dbos-transact-golang VS burrito
- dbos-transact-golang VS examples
- dbos-transact-golang VS sdk-java
- dbos-transact-golang VS db
- dbos-transact-golang VS dotfiles
- dbos-transact-golang VS beginners-typescript-tutorial
- dbos-transact-golang VS slack
- dbos-transact-golang VS sql-flow
- dbos-transact-golang VS melee
- dbos-transact-golang VS Kavita