Dashboard: Formula 1 Dashboard
This dashboard answers the following questions:
- How many Formula 1 races have been held?
- What is the total number of drivers?
- How many constructors are there in Formula 1?
- How many seasons of Formula 1 racing have occurred?
- What is the distribution of team standings by conference?
- How do points per race compare across teams?
This dashboard contains 4 cards.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/powerpipe-mod-formula1
Start the Powerpipe server:
powerpipe server
Open http://localhost:9033 in your browser and select Formula 1 Dashboard dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe dashboard run formula1.dashboard.formula1_dashboard --share
Queries
The dashboard uses the named queries:
- formula1_average_attendance_per_game
- formula1_circuit_location_distribution
- formula1_costructors_count
- formula1_driver_efficiency_rating
- formula1_driver_nationality_distribution
- formula1_drivers_count
- formula1_points_per_race_by_team
- formula1_race_scores_over_time
- formula1_races_count
- formula1_seasons_count
- formula1_team_standings_by_conference
- formula1_top_scorers_of_season