Show HN: DBOS – Transactional Serverless for TypeScript Apps https://ift.tt/t6vYma3

Show HN: DBOS – Transactional Serverless for TypeScript Apps Hello HN! We’re excited to show you DBOS, a transactional serverless SDK and platform that makes it easy to write fault-tolerant, observable, and scalable TypeScript applications. We’re a startup commercializing research we did at Stanford and MIT. ( https://ift.tt/vg2Vzcr ). The main idea behind DBOS is to store EVERYTHING about your application in the database. This gives you some unique features: * Reliable execution – Your program’s execution state is stored in the database, so if it’s ever interrupted, it automatically resumes from where it left off without repeating any work already performed. * Time travel – Every change to your program’s state is recorded in the database, so you can “rewind” time and restore the state of your application to what it was at any point in the past. For example, time travel debugging–take a tricky bug in production, rewind time, and reproduce it locally on your laptop. Today, we released our open-source SDK ( https://ift.tt/6LgMoAS ) and our free-to-try serverless platform ( https://ift.tt/hurNjHK ). We’d love for you to try them out and let us know what you think! Here’s a quick guide to get you started: https://ift.tt/3utIGOg We’re here to answer any questions! https://ift.tt/6LgMoAS March 13, 2024 at 02:29AM

Comments