This commit is contained in:
Dobromir Popov
2025-10-01 10:49:35 +03:00
parent d49a473ed6
commit aee61e2e53
2 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Design Document
## Overview
The Multi-Exchange Data Aggregation System is a comprehensive data collection and processing subsystem designed to serve as the foundational data layer for the trading orchestrator. The system will collect real-time order book and OHLCV data from the top 10 cryptocurrency exchanges, aggregate it into standardized formats, store it in a TimescaleDB time-series database, and provide both live data feeds and historical replay capabilities.
The system follows a microservices architecture with containerized components, ensuring scalability, maintainability, and seamless integration with the existing trading infrastructure.