/saga

Orchestrated saga implementation for distributed transactions

Primary LanguageC#

Saga

Saga orchestration implementation for managing distributed transactions.

In the case of a failure, the service will behave as follows: Service Structure

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

# From the root directory
docker compose build
docker compose up