Skip to content

A microservice that implements the Saga pattern to orchestrate local ACID transactions

License

Notifications You must be signed in to change notification settings

IF1007/saga-orchestrator-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A microservice that implements the Saga pattern to orchestrate local ACID transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published