Detailed breakdown of Ganntec’s microservices architecture and service mesh
Service | Technology | Purpose | Instances |
---|---|---|---|
API Gateway | Kong | Request routing, auth | 3 |
Main API | Bun + Hono | User operations | 10 |
Trading Service | Go | Order execution | 5 |
Chart Service | Go | Market data | 8 |
Auth Service | Node.js | Authentication | 3 |
Container Orchestration
CI/CD Pipeline
Environment Strategy
Service | Availability | Latency (p99) | Error Rate |
---|---|---|---|
API Gateway | 99.99% | <50ms | <0.01% |
Main API | 99.95% | <100ms | <0.1% |
Trading Service | 99.99% | <10ms | <0.001% |
Chart Service | 99.9% | <200ms | <0.1% |