An open API service indexing awesome lists of open source software.

https://github.com/restuwahyu13/node-saga-orchestrator

Simulation saga pattern orchestrator pure using JavaScript before use in real case.
https://github.com/restuwahyu13/node-saga-orchestrator

microservices saga-pattern

Last synced: 8 months ago
JSON representation

Simulation saga pattern orchestrator pure using JavaScript before use in real case.

Awesome Lists containing this project

README

          

# Microservices Saga Pattern (Orchestrator)

![](https://blog.mia-platform.eu/hubfs/Mia-Platform_Saga_Pattern.png)

## Command

```makefile
scs-order:
npm run start:order:success

err-order:
npm run start:order:error

scs-stock:
npm run start:stock:success

err-stock:
npm run start:stock:error

scs-payment:
npm run start:payment:success

err-payment:
npm run start:payment:error
```