Market Data Service is a high-performance financial data API that provides comprehensive Symbol prices of different markets through both RESTful endpoints and real-time WebSocket connections.

Hussain Afzal c69e943a3b feat: Add production deployment with automated SSL certificate management 2 months ago
..
API_CONTRACT.md 59bd38cbf9 feat(MT5): enhance integration and data integrity 4 months ago
CONFIGURATION.md c69e943a3b feat: Add production deployment with automated SSL certificate management 2 months ago
DEPLOYMENT.md c69e943a3b feat: Add production deployment with automated SSL certificate management 2 months ago
LOCAL_DEV_SETUP.md 4c16f0f502 feat: Add local development domain support for MT5 EA connectivity 3 months ago
MT5_OPERATION.md 59bd38cbf9 feat(MT5): enhance integration and data integrity 4 months ago
README.md c69e943a3b feat: Add production deployment with automated SSL certificate management 2 months ago

README.md

Documentation Index

Welcome to the Market Data Service documentation. This index helps you find the right guide for your needs.

📖 Documentation Guide

Getting Started

Configuration & Setup

API & Integration

Reference

  • Archive - Historical documentation and reports

🚀 Quick Navigation

I want to...

Set up local development:LOCAL_DEV_SETUP.md

Deploy to production:DEPLOYMENT.md

Configure environment variables:CONFIGURATION.md

Use Docker:DOCKER.md

Understand the API:API_CONTRACT.md

Configure MT5 EA:MT5_OPERATION.md

📁 Documentation Structure

docs/
├── README.md              # This file - documentation index
├── LOCAL_DEV_SETUP.md     # Local development guide
├── DEPLOYMENT.md          # Production deployment guide
├── CONFIGURATION.md       # Configuration guide
├── API_CONTRACT.md        # API specifications
├── MT5_OPERATION.md      # MT5 EA guide
└── ARCHIVE/              # Historical documentation
    └── PRODUCTION_READINESS_REPORT.md

🔗 External Links