Open source is fundamental to DBOS and is essential to innovation. Today, we published the DBOS Open Patent Non-Assertion Pledge. It makes clear that the patent is defensive and will not be asserted against free and open-source software projects. 🔗 dbos.dev/opn-pledge
Qian Li
@qianli.dev
Co-founder @dbos.dev • Stanford CS PhD Co-organizer @southbaysystems.xyz Working on 🐘 Database + Systems + AI Amateur bird watcher 🦉 Personal site: qianli.dev She/her.
It's been another busy summer month for the DBOS team. I wrote a new blog post covering what's new, including: - 10x faster partitioned queues - DBOS Golang 1.0 - Interoperability across apps and languages - The new dbosctl CLI - OpenMetrics preview page …and much more. dbos.dev/blog/new-in-...
DBOS Product Update August 2026 | DBOS
DBOS August 2026 new features - DBOS library for Go, 10x faster partitioned queues performance, new CLI for DBOS Conductor.
dbos.dev
We just released DBOS Python 2.31 and DBOS TypeScript 4.27! Highlights 🧵: - A new backwards-compatible interface for partitioned queues, making it easier to combine queue-wide and per-partition concurrency limits and implement fair queueing.
I spend less time clicking around web UIs and more time in the terminal these days. CLI tools are often easier for agents to understand and use, and they're becoming easier for me too. I can type what I want, ask an agent to run it, or use them in CI/CD pipelines.
A preview for the Rustaceans: gist.github.com/devhawk/c504...
dbos-starter.rs
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
Join us for the next DBOS User Group meeting on September 10! This month, @devhawk.net will walk us through: - First Look at DBOS Rust 🦀 . - New DBOS Conductor CLI and API updates. As always, there will be plenty of time to connect with other DBOS users and the team. luma.com/efkl81jf?tk=...
We just released v1.2.0 of the DBOS Go SDK! This release adds: - Support for sharing a system database across applications and languages - Improved partitioned queue performance - Various bug fixes Release notes: github.com/dbos-inc/dbo...
Release Release v1.2.0 · dbos-inc/dbos-transact-golang
What's Changed fix: not overlooking remaining slots of ratelimit inside queue by @vr-varad in #424 Always enqueue recovered workflows by @maxdml in #433 partition key index by @maxdml in #434 Bett...
github.com
We often get questions about what DBOS Conductor is, why you need it, and how it works. Check out this Q&A with Alex, the first in a series covering topics that frequently come up in conversations with DBOS users. dbos.dev/blog/what-is...
What is DBOS Conductor? | DBOS
Alex Poliakov, head of DBOS Solutions Architecture. explains DBOS Conductor, the workflow control plane.
dbos.dev
Just released DBOS Python 2.30 and TypeScript 4.26. The biggest new feature is that multiple DBOS applications (even those written in different languages) can now share a system database. This makes it much easier to build interoperable, polyglot DBOS applications. docs.dbos.dev/explanations...
Sharing a System Database | DBOS Docs
Multiple DBOS applications, potentially in different languages, can share a single system database.
docs.dbos.dev
Join us for the next DBOS User Group meeting on September 10! This month, @devhawk.net will walk us through: - First Look at DBOS Rust 🦀 . - New DBOS Conductor CLI and API updates. As always, there will be plenty of time to connect with other DBOS users and the team. luma.com/efkl81jf?tk=...
DBOS User Group: Rust Library and new Workflow Control CLI · Zoom · Luma
Join us for the DBOS User Group Meeting on September 10. This month we will walkthrough DBOS Transact for Rust First Look! We will walk through the new open…
luma.com
Even though I'm a big fan of Postgres, its lack of loose index scan is frustrating.. The workaround is a recursive query that effectively acts as a loop, which is even more bizarre. Check out this new blog post about the performance issue with Postgres SELECT DISTINCT: www.dbos.dev/blog/postgre...
Postgres SELECT DISTINCT Does Not Scale | DBOS
Postgres SELECT DISTINCT performs surprisingly poorly. We explain why and how we mitigated it.
dbos.dev
Six years ago, DBOS started as a joint research project at MIT and Stanford on applying database principles to modern applications. Today we announced a major milestone: the issuance of U.S. Patent for our database-centric durable workflow architecture.
DBOS Head of Solutions Alex interviews Orderful CTO, Piers MacDonald, and Software Engineer, Calvin Ng, about their experience implementing durable workflows, queues, and agents in the Orderful EDI system. Check this out: youtu.be/MjIxKLhhXMg
Durable EDI workflows with DBOS at Orderful.com
YouTube video by DBOS-Inc
youtube.com
We had a great time chatting with Nik and Michael on the Postgres FM podcast! In this new episode, we discuss building durable workflows on Postgres, along with some of the interesting tricks and pitfalls we encountered while building DBOS.
Hello friends! Hope you're all enjoying the summer. The @southbaysystems.xyz Coffee Chat is back! If you're interested in software internals such as compilers, databases, OS, and more, come grab a coffee and hang out. Thursday, July 30 at 5 PM Courtyard outside Philz Coffee in downtown Sunnyvale
South Bay Systems: July Coffee Chat · Luma
Hope you're all enjoying the summer! The South Bay Systems Coffee Chat is back. If you're working on, or simply interested in, software internals such as…
luma.com
It's been a busy summer at DBOS so far! I wrote a new blog post covering the latest features: - 20x higher durable stream throughput - Queryable workflow attributes - DBOS Java 1.0 - Better Kafka integration and debouncer - HA for self-hosted Conductor - Audit logging - DBOSify ... and many more!
What's New in DBOS - July 2026 | DBOS
Durable streams performance improvements, DBOS Transact for Java 1.0, Audit logging, Kafka integration improvements, and more.
dbos.dev
We've refreshed the first five minutes of the DBOS experience to showcase the key features in one place: workflows, schedules, queues, workflow communication, and DBOS Conductor. Also, check out the new DBOS starter app, in your language of choice! www.youtube.com/watch?v=U_wG...
The First 5 Minutes with DBOS
YouTube video by DBOS-Inc
youtube.com
Happy to see the first community-maintained Rust implementation of DBOS Transact. Durare implements the same programming model, database schema, and execution semantics as the official DBOS Transact, with full compatibility with DBOS Conductor. Check it out: github.com/SamuelXing/d...
GitHub - SamuelXing/durare: A DBOS-compatible durable-execution SDK for Rust
A DBOS-compatible durable-execution SDK for Rust. Contribute to SamuelXing/durare development by creating an account on GitHub.
github.com
It's interesting to see more AI systems rediscover ideas that databases have been good at for decades: transactions, durability, and correctness. This Thursday at 2pm ET, we'll talk about why those properties matter for AI agents and what we've learned building durable workflows on top of Postgres.
Are your agents on ACID?
cockroachlabs.com
We just released DBOS Golang 0.19.0 This release introduces transactional data sources to the SDK. You can now execute your database queries and DBOS durability operations in the same transaction, enabling exactly-once execution. Full release notes: github.com/dbos-inc/dbo...
Release Release v0.19.0 · dbos-inc/dbos-transact-golang
What's Changed Datasources by @maxdml in #358 Support specifying an idempotency key with Send() by @maxdml in #362 fix(stream): drain to the end of the stream when the producer goes inactive by @S...
github.com
I knew the World Cup game at Levi's Stadium had started because I heard fighter jets flying extremely low over my apartment. Panicked for a moment..
What if your AI agents were built on ACID transactions? Join Postgres creator Mike Stonebraker to learn why transactional databases are becoming the foundation for reliable AI agents and agentic workflows. This is a joint webinar with @cockroachdb.bsky.social Thursday, July 16, 2 PM ET/11 AM PT.
At the South Bay Systems meetup today, I introduced someone with a tricky Rust question to a Rust expert. That's why I love organizing these events. It's about bringing the right people together.
We've heard many users request integrations between DBOS and their favorite observability platforms, so we recently released OpenMetrics support to make it easier. Now, you can scrape observability data directly from DBOS into your APM: www.dbos.dev/blog/openmet...
Integrating Workflow Observability via OpenMetrics | DBOS
Introducing the DBOS OpenMetrics endpoint - simplify workflow observability integration with Datadog, GrafanaLabs, and others.
dbos.dev
One frequent request from users: a simple way to migrate from Temporal to Postgres-backed durable workflows. Today we're releasing DBOSify: a drop-in replacement for Temporal built on Postgres (using DBOS). github.com/dbos-inc/dbo...
GitHub - dbos-inc/dbosify-py: Postgres-Backed Drop-in Temporal Replacement
Postgres-Backed Drop-in Temporal Replacement. Contribute to dbos-inc/dbosify-py development by creating an account on GitHub.
github.com
Update: customer support figured it out. The account couldn't be changed back because of a corrupted data record that had to be fixed manually. As usual, the culprit was the database.
I accidentally changed a Microsoft account name to the wrong email address. But trying to undo it is far more difficult than making the mistake in the first place.
I accidentally changed a Microsoft account name to the wrong email address. But trying to undo it is far more difficult than making the mistake in the first place.
Some of the highlights from the last month: - Bulk workflow forking - RBAC support - Multi-facet filters and aggregate views - OpenMetrics export - Low-latency durable streams - Pluggable transactional data sources - Atomic bulk workflow messaging - Google ADK integration dbos.dev/blog/new-in-...
What's New in DBOS - June 2026 | DBOS
New in DBOS: RBAC support, OpenMetrics, Bulk Workflow forking, Google ADK plugin, and more.
dbos.dev