Thanks for building durable workflows with @dbos.dev. Full speed ahead - Java release coming soon!
Thanks for building durable workflows with @dbos.dev. Full speed ahead - Java release coming soon!
Following our Python release, we trimmed dependencies in TS too: down from 27 to 6, while still implementing durable workflows and queues in a single library.
It works with both TS/JS and requires no extra orchestrator.
Release notes: github.com/dbos-inc/dbo...
Following our Python release, we trimmed dependencies in TS too: down from 27 to 6, while still implementing durable workflows and queues in a single library.
It works with both TS/JS and requires no extra orchestrator.
Release notes: github.com/dbos-inc/dbo...
Last week, I showed DBOS + Pydantic AI. Today, I implemented DBOS + CrewAI within a few hours. PR: github.com/crewAIInc/cr...
Last week, I showed DBOS + Pydantic AI. Today, I implemented DBOS + CrewAI within a few hours. PR: github.com/crewAIInc/cr...
#ScyllaDB
If you spend time on GitHub, you've probably spotted the Dosu bot all over, including in some of the most popular AI frameworks. Now it's even more reliable: their ingestion and RAG pipelines run on @dbos.dev
Blog: dosu.dev/blog/migrate...
If you spend time on GitHub, you've probably spotted the Dosu bot all over, including in some of the most popular AI frameworks. Now it's even more reliable: their ingestion and RAG pipelines run on @dbos.dev
Blog: dosu.dev/blog/migrate...
Fun fact: our CEO @jedberg.bsky.social (aka jedberg) was the first employee at Reddit, and now he's our mod. Full circle moment.
🔗 www.reddit.com/r/dbos/
Fun fact: our CEO @jedberg.bsky.social (aka jedberg) was the first employee at Reddit, and now he's our mod. Full circle moment.
🔗 www.reddit.com/r/dbos/
Join us to see how doohickey.ai uses @dbos.dev to automate AI-powered ERP integrations.
Thursday, August 28 @ 11AM PT
Zoom (no recording — so don’t miss it!)
lu.ma/8rqv5o5z
Join us to see how doohickey.ai uses @dbos.dev to automate AI-powered ERP integrations.
Thursday, August 28 @ 11AM PT
Zoom (no recording — so don’t miss it!)
lu.ma/8rqv5o5z
We're hosting the @southbaysystems.xyz August Coffee Chat next week. Come hang out with other systems folks for some casual conversations.
🗓 Thursday, August 28, 5–6 pm
📍 Courtyard outside Philz Sunnyvale
🔗 lu.ma/97e10ef4
Hope to see you there!
We're hosting the @southbaysystems.xyz August Coffee Chat next week. Come hang out with other systems folks for some casual conversations.
🗓 Thursday, August 28, 5–6 pm
📍 Courtyard outside Philz Sunnyvale
🔗 lu.ma/97e10ef4
Hope to see you there!
Happy to hear thoughts and feedback!
se-radio.net/2025/08/se-r...
Happy to hear thoughts and feedback!
se-radio.net/2025/08/se-r...
If a process crashes, the full history is persisted in the database, making it easy to restore context and resume from where it left off.
If a process crashes, the full history is persisted in the database, making it easy to restore context and resume from where it left off.
🎧 Listen to find out why: www.lastweekinaws.com/podcast/scre...
We're excited to welcome Jacopo Tagliabue (co-founder and CTO of Bauplan) for a talk on Speedrunning the Lakehouse: Shipping a FaaS that Looks Like a Database (and Vice Versa).
🔗 lu.ma/5zcpbae9
We're excited to welcome Jacopo Tagliabue (co-founder and CTO of Bauplan) for a talk on Speedrunning the Lakehouse: Shipping a FaaS that Looks Like a Database (and Vice Versa).
🔗 lu.ma/5zcpbae9
We're excited to welcome engineers from Yutori (yutori.com), one of our customers building powerful AI agents that can autonomously perform digital tasks across the web. They'll share how they're using DBOS to make these agents reliable.
We're excited to welcome engineers from Yutori (yutori.com), one of our customers building powerful AI agents that can autonomously perform digital tasks across the web. They'll share how they're using DBOS to make these agents reliable.
We're hosting a @southbaysystems.xyz June Coffee Chat next week. Come hang out with other systems folks for some casual conversations.
🗓 Thursday, June 5, 5–6 pm
📍 Courtyard outside Philz Sunnyvale
Register here: lu.ma/67yxr1pn
Hope to see you there!
We're hosting a @southbaysystems.xyz June Coffee Chat next week. Come hang out with other systems folks for some casual conversations.
🗓 Thursday, June 5, 5–6 pm
📍 Courtyard outside Philz Sunnyvale
Register here: lu.ma/67yxr1pn
Hope to see you there!
www.dbos.dev/blog/handlin...
www.dbos.dev/blog/handlin...
We'll walk through our new Python 1.0 release, plus a sneak peek at the eng roadmap for TypeScript, graph visualization, and more languages.
It's a casual chat on Discord, no recording, just hang out with fellow users. Come say hi! lu.ma/8ltwl38e
We'll walk through our new Python 1.0 release, plus a sneak peek at the eng roadmap for TypeScript, graph visualization, and more languages.
It's a casual chat on Discord, no recording, just hang out with fellow users. Come say hi! lu.ma/8ltwl38e
A year ago, we launched DBOS with a simple belief: durable workflows should be built into your applications, not bolted on.
Today, we're excited to release DBOS Python 1.0, a major milestone shaped by months of iteration and community input.
⭐ github.com/dbos-inc/dbo...
A year ago, we launched DBOS with a simple belief: durable workflows should be built into your applications, not bolted on.
Today, we're excited to release DBOS Python 1.0, a major milestone shaped by months of iteration and community input.
⭐ github.com/dbos-inc/dbo...
Databases provide timeouts for individual queries, transactions, etc. But you often need end-to-end durable timeouts 🧵
Databases provide timeouts for individual queries, transactions, etc. But you often need end-to-end durable timeouts 🧵
- Auto-cancel on timeout is useful to avoid wasting resources/API calls when workflows can't meet SLAs.
- Workflow fork enables failure recovery (from 3rd party services or bugs) with clean retries.
- DBOS Client is great for programmatic workflow control.
- Workflow cancel after timeouts
- Workflow "fork" from a step
- Managing workflows from DBOS Client
- Filtering workflows on ID prefixes
Python notes: github.com/dbos-inc/dbo...
TS notes: github.com/dbos-inc/dbo...
- Auto-cancel on timeout is useful to avoid wasting resources/API calls when workflows can't meet SLAs.
- Workflow fork enables failure recovery (from 3rd party services or bugs) with clean retries.
- DBOS Client is great for programmatic workflow control.
- Workflow cancel after timeouts
- Workflow "fork" from a step
- Managing workflows from DBOS Client
- Filtering workflows on ID prefixes
Python notes: github.com/dbos-inc/dbo...
TS notes: github.com/dbos-inc/dbo...
- Workflow cancel after timeouts
- Workflow "fork" from a step
- Managing workflows from DBOS Client
- Filtering workflows on ID prefixes
Python notes: github.com/dbos-inc/dbo...
TS notes: github.com/dbos-inc/dbo...
What sets DBOS apart is that Conductor runs out of band with no access to your private data. 🧵
What sets DBOS apart is that Conductor runs out of band with no access to your private data. 🧵
Learn how to:
▪️ Self-host durable apps with DBOS Transact
▪️ Monitor your DBOS apps using Datadog
👇🏼 RSVP lu.ma/t5o4wz6s
🗓️ Thu, April 3 | 2PM EST