Local, zero-cost ETL & analytics for open football tracking data.
- Transforms in SQL (dbt)
- Notebooks for EDA, validation, and viz
- Shared output: player-level CSV
- Create venv, install deps
- Put raw files under data/raw/
- set DBT_PROFILES_DIR=.\dbt (PowerShell: $env:DBT_PROFILES_DIR = (Join-Path (Get-Location) "dbt"))
- dbt build
- Export CSV (see Makefile or notebooks)
See README appendix for DDL and IaC sketch (coming).