Build reliable backends effortlessly.
Website: dbos.dev
Open source: https://github.com/dbos-inc/dbos-transact-py
DBOS
Loading...
What's new:
- Major performance improvements
- Database-backed dynamic queue configuration
- Timeline visualization for workflows and steps
- Spring Boot integration
… and more!
We just released the much-requested Google ADK + DBOS integration: durable execution for ADK agents, backed directly by your database.
- Official Google ADK doc: adk.dev/integrations...
- DBOS ADK plugin repo: github.com/dbos-inc/dbo...
- DBOS doc: docs.dbos.dev/integrations...
Feedback welcome!
We just released DBOS Transact for Go v0.16.0
This release adds support for SQLite as a durability backend. SQLite is a great fit for local development, edge deployments, and lightweight applications that still need reliable recovery from failures.
Release notes: github.com/dbos-inc/dbo...
Over the past month, the DBOS product team has focused heavily on two areas: workflow operations tooling and performance optimization.
Would love to hear your thoughts, especially from folks running workflows in production.
Read the full update here:
dbos.dev/blog/new-in-...
DBOS
I recently discovered that several developers are using Clojure with @dbos.dev Transact Java. We don't have official support (yet!) but I just published a Clojure version of the standard DBOS Starter app. Just the ticket for any other developers looking to add durable execution to their Clojure app
💬 EP 3. Hello, Agent: How do you make AI agents fail-safe?
Jeremy Edberg, C-Suite Advisor at @dbos.dev explains how durable execution solves reliability issues, its role in building prod-ready AI agents, & shares insights from his time at Netflix/Reddit on enterprise-scale reliability engineering.🎧
We wrote a new blog post on why co-locating workflow state with your data is powerful: www.dbos.dev/blog/co-loca...
When workflow metadata and application data live in the same database, they can be updated in the same transaction. That simplifies tough problems like atomicity and idempotency.
I just pulled the trigger on DBOS Transact for Java v0.9. Major new features include:
* Step Factories / @TransactionalStep - checkpoint DBOS steps inside a transaction
* Dynamic Queues - queues can now be created/updated/deleted at runtime