Home / Companies / DBOS / Blog / March 2024

March 2024 Summaries

2 posts from DBOS

Filter
Month: Year:
Post Summaries Back to Blog
DBOS Transact is an open-source library designed for Python and TypeScript that facilitates durable execution with its built-in once-and-only-once code execution feature, making it ideal for applications like payment processing and data management. By handling retries and recovery procedures automatically, it allows developers to focus on writing business logic without the need for complex error-handling code. The library guarantees that programs will run to completion and each operation will execute precisely once, offering complete auditability. DBOS Transact achieves this by recording key application steps in a database, enabling interrupted applications to resume seamlessly. Developers can use decorators to gain features like durable workflow execution and automatic observability, and applications built with DBOS Transact can run on any platform with a PostgreSQL-compatible DBMS. DBOS Cloud is recommended for production deployment, providing benefits such as serverless deployment, automatic scaling, and advanced debugging capabilities.
Mar 28, 2024 733 words in the original blog post.
DBOS Cloud is a newly launched transactional serverless computing platform that operates on the innovative DBOS operating system, which integrates OS services with a distributed database to enhance stateful, fault-tolerant cloud application development. Originating from a joint MIT-Stanford project, DBOS leverages SQL to provide OS functionalities and offers unique features like reliable execution, which ensures program continuity without repeating completed tasks, and time travel, allowing users to restore applications to previous states. This platform supports Python and TypeScript environments and is designed to simplify the development of cloud-native applications by ensuring transactionality and observability. DBOS Cloud's features include automatic data export, built-in observability tools, and enhanced cybersecurity measures, making it a powerful tool for developers seeking a robust and resilient computing solution. The platform is accessible for free, encouraging users to explore its capabilities through an easy setup process and engagement with the DBOS community.
Mar 11, 2024 975 words in the original blog post.