🏠 Accueil
Benchmarks
📊 Tous les Benchmarks 🦖 Dinosaure v1 🦖 Dinosaure v2 ✅ To-Do List Apps 🎨 Pages Libres 🎯 FSACB - Showcase 🌍 Traduction
Modèles
🏆 Top 10 Modèles 🆓 Modèles Gratuits 📋 Tous les Modèles ⚙️ Modes Kilo Code
Ressources
💬 Prompts IA 📖 Glossaire IA 🔗 Liens Utiles
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.