This commit is contained in:
Ravi Prasad
2026-05-16 06:30:31 -05:00
parent 81b55247f3
commit 0820322a0e
+1 -1
View File
@@ -9,7 +9,7 @@ A high-performance NBA statistics REST API built with Go (Fiber), PostgreSQL, an
│ NGINX (reverse proxy / round-robin load balancer :8080) │ │ NGINX (reverse proxy / round-robin load balancer :8080) │
├──────────────────────────────────────────────────────────┤ ├──────────────────────────────────────────────────────────┤
│ API Instance x3 (Fiber :5000 each) │ │ API Instance x3 (Fiber :5000 each) │
│ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐ │ │ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐
│ │ Routes │→ │ Controllers │→ │ Services (scraper) │ │ │ │ Routes │→ │ Controllers │→ │ Services (scraper) │ │
│ └──────────┘ └─────────────┘ └───────────────────┘ │ │ └──────────┘ └─────────────┘ └───────────────────┘ │
├──────────────────────────────────────────────────────────┤ ├──────────────────────────────────────────────────────────┤