Skip to content

Latest commit

 

History

History

tour-of-restate-typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

A Tour of Restate with TypeScript

Restate is a system for easily building resilient applications, workflows, asynchronous tasks, and event-driven applications.

This example contains the code for the Tour of Restate tutorial, for the TypeScript API. This tutorial takes your through key Restate features by developing an end-to-end ticketing app.

❓ Learn more about Restate from the Restate documentation.

Download the Tutorial

You can clone the example repository (git clone https://github.com/restatedev/examples) or just download this tutorial via

  • CLI: restate example typescript-tour-of-restate

  • Zip archive: wget https://github.com/restatedev/examples/releases/latest/download/typescript-tour-of-restate.zip

Running the example

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

In short, you can run the different parts of the code via:

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