Skip to content

Backend

The backend is a Python monorepo in backend/ with two FastAPI services:

  • nexus/ for F1 data ingestion, caching, and domain APIs
  • ml/ for model training and race prediction inference

Both services use async SQLAlchemy and PostgreSQL.