Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.24 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.24 KB

Saga orchestrator microservice

This project intends to be a generic implementation of the orchestration-based saga pattern as an independent microservice that you can plug into your projects.

It exposes the eventuate-tram library through a RESTful interface and allows the developers to create sagas by creating a data structure and saving it on the orchestrator microservice. After the saga is created, it can be triggered and will run to completion or, if it fails, will revert all transactions.

Learn more

Helpful articles

Libs that implements the saga pattern

Books