https://github.com/and2797/f1db
https://github.com/and2797/f1db
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/and2797/f1db
- Owner: AND2797
- Created: 2025-03-10T00:10:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-04T18:22:53.000Z (11 months ago)
- Last Synced: 2025-09-04T20:20:47.730Z (11 months ago)
- Language: Python
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# f1db: Historical F1 Data platform
The aim of this project is to setup a persistent historical f1 database for race telemetry data and explore data
using SQL.
The project has 3 pieces
- F1DataLoader - A REST service that fetches data from FastF1 and dumps it in parquet files. It creates persistent .duckdb databases from the parquet files
- ArrowFlightService - An ArrowFlightServer that links the .duckdb databases with the UI.
- Streamlit UI - A UI which provides some rudimentary analytics and allows exploring various datasets using SQL
The motivation of this project was to have something like a queryable database of F1 telemetry for custom analysis.