A full-stack application for visualising and replaying Formula 1 race telemetry data. It features a real-time 3D race viewer built with React, Cesium and Resium, allowing users to spectate races from any angle. The Dockerised backend Python service ingests F1 session data using the FastF1 library, before serialising it using Protobuf and streaming it using Kafka.

Within VSCode, open the command pallette then run "Dev Containers: Reopen in Container"
Lint, test, and build each project:
nx run-many -t lint test e2e build container
Run the F1 Race Replay stack:
docker compose up -d
Access the F1 Race Viewer from: http://localhost:80
This repository is not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing B.V.