Ski Jumping Statistics in PostgreSQL
A collection of ski jumping statistics built with PostgreSQL, SQL, and PL/pgSQL. Each analysis translates sporting rules into reproducible database queries and presents the resulting records, rankings, and performance insights using CTEs, window functions, aggregations, views, and database functions.
The underlying FIS competition data is collected, validated, and loaded into PostgreSQL by a supporting ETL pipeline written in Python.