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

https://github.com/ryanachten/saga

Orchestrated saga implementation for distributed transactions
https://github.com/ryanachten/saga

docker-compose saga-orchestration saga-pattern

Last synced: 8 days ago
JSON representation

Orchestrated saga implementation for distributed transactions

Awesome Lists containing this project

README

          

# Saga

Saga orchestration implementation for managing distributed transactions.

In the case of a failure, the service will behave as follows:
![Service Structure](./docs/SagaServiceStructure.jpg)

The project uses Docker Compose to manage running the different services. The commands for use are:

```shell
# From the root directory
docker compose build
docker compose up
```