Skip to content

sofyan48/sagas-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sagas orchestration and choreography pattern example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages