Components
π€ Client
π API Gateway
π Auth Service
π§ Order Service
π§ Product Service
πΎ Database
β‘ Message Queue
π Cache
π CDN
β Load Balancer
π Analytics
π External API
Client
API Gateway
Auth Service
Order Service
Product Service
DB (Auth)
DB (Orders)
DB (Products)
Message Queue
Cache
⬑ Mermaid Export
graph LR Client-->APIGateway APIGateway-->AuthService APIGateway-->OrderService APIGateway-->ProductService AuthService-->AuthDB OrderService-->OrderDB ProductService-->ProductDB OrderService-->MessageQueue MessageQueue-->OrderService APIGateway-->Cache
Architecture Summary
PatternMicroservices
Components10
Connections12
Independent services, database-per-service, async event bus
Properties
Select a component to view properties