Airline Route Network Analysis
Open in browserGraph-traversal analysis of the global airline route network, covering 3,300+ airports and 67K+ routes, built using DuckDB and recursive CTEs, with DBeaver for schema browsing and validation. Finds shortest hub-to-hub paths between any two airports, ranks airports by one-hop connectivity to surface the busiest hubs, and simulates removing a major hub to score how much reachability the network loses. Found Frankfurt, Paris CDG, and Amsterdam as the most connected hubs, with most airport pairs reachable in two or fewer stops.