ryan-mars / stochastic

TypeScript framework for building event-driven services. Easily go from Event Storming → Code.
MIT License
6 stars 1 forks source link

💥 Stochastic

⚠️ Developing in public. Not ready for use.

Easily go from Event Storming to serverless.

➡️ Track progress here (demo features tracking issue)

Run the examples

Prerequisites:

Steps:

npm install

npm run build

cd examples/airline/flight-ops

npm run deploy ⚠️ This will create resources in your AWS account.

Alternatively...

npm run synth

Contributing

npm install

npm run watch

Contributors