Backend¶
The backend is a Python monorepo in backend/ with two FastAPI services:
nexus/for F1 data ingestion, caching, and domain APIsml/for model training and race prediction inference
Both services use async SQLAlchemy and PostgreSQL.
The backend is a Python monorepo in backend/ with two FastAPI services:
nexus/ for F1 data ingestion, caching, and domain APIsml/ for model training and race prediction inferenceBoth services use async SQLAlchemy and PostgreSQL.