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
- Host: GitHub
- URL: https://github.com/sofyan48/sagas-pattern
- Owner: sofyan48
- License: other
- Created: 2020-04-05T11:32:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T16:23:34.000Z (over 5 years ago)
- Last Synced: 2024-04-30T07:19:29.924Z (over 1 year ago)
- Topics: choreography, cockroachdb, concept, golang, microservices, orchestration, patterns, sagas
- Language: Go
- Homepage:
- Size: 47.6 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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