This repository has been archived. Please visit the Restate repository instead.
Restate is a system for easily building resilient applications using distributed durable RPC & async/await.
This repository shows you how to get access to the Restate runtime Docker image
❓ Learn more about Restate from the Restate documentation.
- Docker Engine to launch the Restate runtime (not needed for the app implementation itself).
You can fetch the latest Restate distribution via:
docker pull ghcr.io/restatedev/restate-dist:latest
Check out the following resources for learning more about Restate
- Documentation to learn more about Restate.
- Typescript SDK to develop Typescript services with Restate.
- Node template generator project to develop your own Typescript services.
- Restate examples showing you Restate in action!