Skip to content

gvdongen/tour-of-restate-typescript

 
 

Repository files navigation

A Tour of Restate: Typescript handler API

Restate is a system for easily building resilient applications using distributed durable RPC & async/await.

This repository contains the code examples for the Tour of Restate tutorial. This tutorial takes your through key Restate features by developing an end-to-end ticketing app.

❓ Learn more about Restate from the Restate documentation.

Have a look at the Tour of Restate tutorial in the documentation to build and run the application in this repository.

Releasing

In order to create a new release, push a tag of the form vX.Y.Z. Then create a release via GitHub.

Releases of this repository are referred to by the documentation. Please update the version tag referenced on the Tour of Restate documentation page.

Upgrading Typescript SDK

Upgrade the version tag in package.json and rerun the different parts of the tutorial:

npm install
npm run build
npm run app
npm run part1
npm run part2
npm run part3
npm run part4

An SDK upgrade warrants a new release.

About

Tour of Restate using the Typescript handler API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%