This wiki documents the backend infrastructure repository that powers data pipelines, monitoring, and AI-powered applications. It focuses on:
- The WiseInvest Wealth API service (FastAPI routers, feature gating, ingestion, and core modules)
- The AI Engine service
- Airflow DAGs for data ingestion and processing
- Other core services under
services/
- The docker-compose topology and how services connect
The repository root is described in the main README.md. At a high level it provides:
- Multiple Docker Compose files for local and production topologies
- Individual service directories under
services/
- Kubernetes manifests and infra under
infrastructure/
- Document per-service environment variables beyond what is already covered in individual READMEs (source: service-specific
.env.example files).
- Add deeper workflow docs for Airflow DAGs beyond the high-level list in root
README.md (source: services/airflow/dags/*.py).