Structure: - control-plane/: Registries, SIMCO directives, CI/CD templates - projects/: Gamilit, ERP-Suite, Trading-Platform, Betting-Analytics - shared/: Libs catalog, knowledge-base Key features: - Centralized port, domain, database, and service registries - 23 SIMCO directives + 6 fundamental principles - NEXUS agent profiles with delegation rules - Validation scripts for workspace integrity - Dockerfiles for all services - Path aliases for quick reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
FASE 4.3: MIGRACION TRADING PLATFORM
Proyecto: Trading Platform Estado: Pendiente Prioridad: P2 Complejidad: Alta (Microservicios) Dependencias: Fase 4.1, 4.2 completadas
OBJETIVO
Migrar Trading Platform considerando:
- Arquitectura de microservicios
- Servicios ML/Python
- Servicios LLM
- Multiples backends
INFORMACION DEL PROYECTO
| Campo | Valor |
|---|---|
| Nombre | Trading Platform |
| Tipo | Plataforma de analisis/trading |
| Stack Backend | Express + FastAPI (Python) |
| Stack Frontend | React |
| Servicios | API, ML Engine, LLM Agent, Web |
Puertos (de registry)
| Servicio | Puerto |
|---|---|
| api | 3020 |
| web | 3021 |
| ml_engine | 3022 |
| llm_agent | 3023 |
ESTRUCTURA OBJETIVO
trading-platform/
|
+-- apps/
| +-- backend/ # Express API
| +-- frontend/ # React
| +-- ml-engine/ # Python/FastAPI
| +-- llm-agent/ # Python/FastAPI
| +-- database/
|
+-- docker/
| +-- docker-compose.yml
|
+-- orchestration/
+-- docs/
CONSIDERACIONES ESPECIALES
- Multiples runtimes: Node + Python
- Servicios ML: Requieren GPU o recursos especiales
- Inter-service communication: API llama a ML y LLM
- Datos sensibles: Estrategias de trading
TAREAS PRINCIPALES
- Crear estructura
- Service descriptors para cada servicio (4 total)
- Migrar codigo por servicio
- Docker compose unificado
- Validacion
Agente Responsable: Tech-Leader + Backend-Agent + ML-Agent