The simplest way to write workflows as code
Blog post from Restate
Restate is a tool designed to facilitate the creation of lightweight, flexible, and durable workflows as code by combining the resilience of traditional workflows with the speed and flexibility of regular functions. It allows users to express complex processes like business operations, cloud orchestration, and data transformations as a series of steps that are orchestrated and managed until completion. Unlike traditional workflow orchestrators, Restate simplifies implementation by eliminating the need for complex configuration languages, such as YAML, and additional infrastructure. Instead, it uses a straightforward SDK that integrates with existing codebases, enabling workflows to execute efficiently and be incorporated into latency-sensitive applications. The system's Durable Execution mechanism ensures that code runs reliably, even recovering progress after service interruptions without re-execution of completed steps. Restate also supports various use cases, including user sign-up processes and infrastructure provisioning, all while running on diverse platforms such as Kubernetes and AWS Lambda.