Guides
Filters
10 guidesDatabases and Restate
Learn when and how to use databases in combination with Restate.
Deploying Restate cluster using Docker
Learn how to deploy a Restate cluster using Docker.
Durable webhooks
Point webhook callbacks to a Restate handler for durable event processing.
Error handling
Learn how to handle transient and terminal errors in your applications.
Migrating a single-node to a multi-node deployment
Learn how to migrate from a single node using the local loglet and local metadata to multiple nodes using the replicated loglet and replicated metadata.
Parallelizing work
Execute a list of tasks in parallel and then gather their result.
Restate + Kafka Quickstart
A hands-on example on how to trigger a Restate service over Kafka
Restate + XState
sourceBlog post on persistent serverless state machines with XState and Restate
Sagas
Implementing undo operations in case of failures, to keep your system consistent.
TypeScript services on AWS Lambda
Deploying Restate TypeScript services to AWS Lambda via the AWS console.