🏠 Inicio
Pruebas de rendimiento
📊 Todos los benchmarks 🦖 Dinosaurio v1 🦖 Dinosaurio v2 ✅ Aplicaciones To-Do List 🎨 Páginas libres creativas 🎯 FSACB - Showcase definitivo 🌍 Benchmark de traducción
Modelos
🏆 Top 10 modelos 🆓 Modelos gratuitos 📋 Todos los modelos ⚙️ Kilo Code
Recursos
💬 Biblioteca de prompts 📖 Glosario de IA 🔗 Enlaces útiles
advanced

Distributed System Design Strategy

#system-design #architecture #scalability #trading

Design a comprehensive microservices architecture for a high-frequency trading platform handling split-second data consistency.

Act as a senior Solutions Architect. Design a microservices architecture for a global high-frequency trading platform capable of handling 100,000 transactions per second with sub-millisecond latency. Your design must address the following specific constraints: data consistency across geographically distributed regions (CAP theorem trade-offs), fault tolerance and redundancy, message queuing for order processing, and strategies to prevent race conditions in the order matching engine. Provide a detailed text-based breakdown of the service components, the communication protocols used (e.g., gRPC, Kafka), and the database sharding strategy.