Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikamelashvili/saga-pattern

Saga data pattern using Spring boot
https://github.com/nikamelashvili/saga-pattern

elasticsearch mysql saga saga-pattern sprign-boot spring

Last synced: 1 day ago
JSON representation

Saga data pattern using Spring boot

Awesome Lists containing this project

README

        

# Saga Pattern using Spring boot

For basic overview you can read the [blog post](https://www.baeldung.com/cs/saga-pattern-microservices).

## Running the app
1) Make sure to run the docker-compose.yml file
```
docker-compose up -d
```

2) Run the SQL File provided in the resources tab
3) Build project with maven
```
mvn clean compile
```
If you want to run it externally you can use the following command:
```
mvn clean package -DskipTests=true
```