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
- Host: GitHub
- URL: https://github.com/ryanachten/saga
- Owner: ryanachten
- Created: 2023-02-18T01:33:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T00:34:09.000Z (about 2 years ago)
- Last Synced: 2024-07-15T01:38:25.514Z (about 2 years ago)
- Topics: docker-compose, saga-orchestration, saga-pattern
- Language: C#
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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