项目作者: sofyan48

项目描述 :
Sagas orchestration and choreography pattern example
高级语言: Go
项目地址: git://github.com/sofyan48/sagas-pattern.git
创建时间: 2020-04-05T11:32:46Z
项目社区:https://github.com/sofyan48/sagas-pattern

开源协议:Other

下载


SAGAS PATTERN

Sagas pattern example my version, this project written in golang

Tree

  1. .
  2. ├── choreography
  3. ├── README.md
  4. ├── data
  5. ├── docker-compose.yml
  6. ├── svc_api
  7. ├── svc_order
  8. ├── svc_payment
  9. └── svc_users
  10. ├── dependecies
  11. ├── consul
  12. ├── database
  13. ├── kafka
  14. ├── krakend
  15. └── logger
  16. ├── docs
  17. ├── choreography
  18. └── orchestration
  19. └── orchestration
  20. ├── README.md
  21. ├── data
  22. ├── docker-compose.yml
  23. ├── orchestrator
  24. ├── order
  25. ├── payment
  26. └── 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