DBOS, Inc (@dbos_inc) 's Twitter Profile
DBOS, Inc

@dbos_inc

From the creators of Postgres & Apache Spark - DBOS is a new kind of serverless platform that radically simplifies backend development.

ID: 1742997955580239873

linkhttps://www.dbos.dev/ calendar_today04-01-2024 19:55:08

48 Tweet

432 Followers

1 Following

Qian Li (@qianl_cs) 's Twitter Profile Photo

Exciting all-hands meeting with our DBOS, Inc team! Highlights include: 1⃣ "Your programming language, OS, and cloud should all leverage the database" from Mike Stonebraker. 2⃣ We're adding Python support, coming soon! 3⃣ We sat together and hammered out the roadmap ahead. Stay

Exciting all-hands meeting with our <a href="/DBOS_Inc/">DBOS, Inc</a> team! Highlights include:
1⃣ "Your programming language, OS, and cloud should all leverage the database" from Mike Stonebraker.
2⃣ We're adding Python support, coming soon!
3⃣ We sat together and hammered out the roadmap ahead.

Stay
DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Hey #python devs - coming soon, an easier way to build back-ends in Python. Durable by default. Observable by default. Performant by default. Follow along, we'd love to hear your input! Python Developer

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Need exactly once processing of #ApacheKafka events? Open source DBOS Transact makes it effortless. Useful in transactional pipelines connecting e-commerce to ERP, CRM, & other exactly-once use cases. Build Kafka consumers faster, better! Apache Kafka

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Want to go back to not thinking about #DisasterRecovery? 💤 But also not have to worry about it? Build your cloud back end with #DBOS, which makes point-in-time database and application restore automatic. dbos.dev/blog/database-… #AWS #PostgreSQL #Cloudnative

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Stored Procedures! So good for performance, but so hard to develop & deploy.  Watch this webcast to learn a new way to create #PostgreSQL stored procs directly from your app source code. Boost performance 5-10x easily. dbos.dev/webcast/stored… Planet PostgreSQL

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

DBOS executes durable workflows with exactly-once processing 25x more cost-efficiently than #AWS #Lambda + #StepFunctions. Just saying  View real-time workflow status & history via the DBOS Cloud Console. Try it for free! dbos.dev/dbos-cloud TypeScript CNCF

DBOS executes durable workflows with exactly-once processing 25x more cost-efficiently than #AWS #Lambda + #StepFunctions. Just saying 

View real-time workflow status &amp; history via the DBOS Cloud Console.
Try it for free! dbos.dev/dbos-cloud
<a href="/typescript/">TypeScript</a> <a href="/CloudNativeFdn/">CNCF</a>
DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

#PostgreSQL creator & #DBOS co-founder Mike Stonebraker on #cloudnative development.  90% of coding is wasted on: - error-handling logic - crash recovery logic - observability tooling - state management   Learn how to tackle these without coding dbos.dev/stonebraker-in…

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Developers tell us that as much as 90% of their #cloudnative code is not business logic but "oops logic" - handling crashes and errors. Is your experience similar? See #Postgres creator Mike Stonebraker describe how #DBOS addresses this problem.

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Exciting news! 🎉🥳 DBOS is named a 😎 Cool Vendor in the 2024 #Gartner Cool Vendors in Enabling Efficient Cloud Operations Report. Another validation of DBOS's ability to vastly simplify #CloudNative apps! Come learn why DBOS is cool... ‍dbos.dev/blog/dbos-2024…

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

In the words of Jim Gray, "Bohr Bugs" reproduce every time. But "Heisenbugs" do not (and keep developers up at night!) Enter the DBOS Time Travel Debugger. You can replay any past trace with your #Postgres DB just as it was at the time it ran.

Peter Kraft (@petereliaskraft) 's Twitter Profile Photo

Coming in the next release of DBOS: support for Drizzle ORM! Heard about it from the community, tried it out and loved it, and our next release will fully support it so you can use it for database management in DBOS apps. Personally, I like Drizzle because it's lightweight and

Coming in the next release of DBOS: support for <a href="/DrizzleORM/">Drizzle ORM</a>!

Heard about it from the community, tried it out and loved it, and our next release will fully support it so you can use it for database management in DBOS apps.

Personally, I like Drizzle because it's lightweight and
DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

DBOS is coming to #Python! Development of the DBOS Transact framework for Python is well underway. DBOS Transact makes it much simpler to build & scale durable Python backends. Join the early access program, we'd love your feedback! dbos.dev/dbos-transact-… Python Developer

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Super excited to announce Jeremy Edberg has joined DBOS, Inc as CEO! 🙌 A long-time fan of #Serverless computing, he brings a lot of great experience to the team. Get to know him better here: dbos.dev/blog/welcome-d… Welcome aboard 🚀Jeremy!

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Final reminder: webcast today 11AM Pacific: "Stored Procedures: The Good, The Bad, and The Elegant" with DBOS engineer, Harry Pierson. Learn one of the ways DBOS makes backends faster and easier to build. Hope to see you there! dbos.dev/webcast/stored… #PostgreSQL #AWS

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Here's a great read on #observability and different ways to solve the problem of #Distributed tracing. Shows options for instrumenting code with #OpenTelemetry, including a new #LowCode approach with open source DBOS Transact. Make backends observable by default!

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

DBOS is coming to #Python! Join us on Sep 12 for a walkthrough of the #opensource DBOS Transact framework for Python. Learn an easier way to build durable Python #backends and workflows that can be deployed to the cloud and scaled to millions with a single click.

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Come and get it! 🔔🔔 DBOS for #Python is now available! Open source DBOS Transact for Python is a lightweight durable execution library that makes it way easier to build fast, #resilient Python apps.  - Durable by default (way less coding!) - Exactly once processing (even less

DBOS, Inc (@dbos_inc) 's Twitter Profile Photo

Here's the recording of yesterday's live stream on building durable #Python backends with #opensource DBOS and DBOS Cloud: dbos.dev/webcast/dbos-t… DBOS architects Qian Li and Peter Kraft explained how: - DBOS wraps Python workflows, operations, and steps with functionality that

Qian Li (@qianl_cs) 's Twitter Profile Photo

Building a Slackbot is fun! But is your bot reliable? While building one myself, I noticed two common issues in popular Slackbot apps: 1) Many apps process events synchronously, which can lead to timeouts. Slack expects responses within 3 seconds, but if your app triggers AI/RAG

Building a Slackbot is fun! But is your bot reliable?
While building one myself, I noticed two common issues in popular Slackbot apps:

1) Many apps process events synchronously, which can lead to timeouts. Slack expects responses within 3 seconds, but if your app triggers AI/RAG