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

https://github.com/sofyan48/sagas-pattern

Sagas orchestration and choreography pattern example
https://github.com/sofyan48/sagas-pattern

choreography cockroachdb concept golang microservices orchestration patterns sagas

Last synced: 8 months ago
JSON representation

Sagas orchestration and choreography pattern example

Awesome Lists containing this project

README

          

# SAGAS PATTERN
Sagas pattern example my version, this project written in golang

## Tree
```
.
├── choreography
│   ├── README.md
│   ├── data
│   ├── docker-compose.yml
│   ├── svc_api
│   ├── svc_order
│   ├── svc_payment
│   └── svc_users
├── dependecies
│   ├── consul
│   ├── database
│   ├── kafka
│   ├── krakend
│   └── logger
├── docs
│   ├── choreography
│   └── orchestration
└── orchestration
├── README.md
├── data
├── docker-compose.yml
├── orchestrator
├── order
├── payment
└── user
```

## Dependencies
For the complete development needed, you can look for it in the dependencies

## Instalation
### API-Gateway (Krakend)
### Kafka Broker
### Database
### Cinlog History Logger