Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 551 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 551 Bytes

GOMS

Simple Example of EDA and ADA, Microservice Design Pattern Implementation with Golang.

Services

  • FE -> Frontend [serve in port :3000]
  • BFF -> Backend for frontend [serve in port :8000]
  • STORE -> Store Service [serve in port :8001]
  • BOOK -> Book Service [serve in port :8002]
  • NOTIFY -> Notification Service [sub events from redis pub/sub]

GTK

  • EDA stand for Event-driven Architecture
  • ADA stand for API-driven Architecture
  • FE stand for Frontend
  • BFF stand for Backend for frontend