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.
- Host: GitHub
- URL: https://github.com/restuwahyu13/node-saga-orchestrator
- Owner: restuwahyu13
- Created: 2023-08-26T19:19:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T05:16:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T17:51:32.988Z (over 1 year ago)
- Topics: microservices, saga-pattern
- Language: JavaScript
- Homepage: https://blog.mia-platform.eu/en/saga-pattern-how-to-manage-distributed-transactions-with-microservices
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices Saga Pattern (Orchestrator)

## 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
```