Dashboard: Star Wars Dashboard
This dashboard answers the following questions:
- How many starships are cataloged in the database?
- What is the distribution of planet populations across the galaxy?
- Which species has the highest average height?
- What are the most common climates on planets within the Star Wars universe?
- Which manufacturers have produced the most starships?
This dashboard contains 4 cards.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/powerpipe-mod-starwars
Start the Powerpipe server:
powerpipe server
Open http://localhost:9033 in your browser and select Star Wars Dashboard dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe dashboard run starwars.dashboard.starwars --share
Queries
The dashboard uses the named queries:
- starwars_average_height_of_species
- starwars_fastest_vehicles
- starwars_planet_climate_distribution
- starwars_planet_population_distribution
- starwars_species_classification_distribution
- starwars_species_lifespan_distribution
- starwars_starship_cost_distribution
- starwars_starship_manufacturer_distribution
- starwars_starship_passenger_distribution
- starwars_top_10_largest_planets
- starwars_total_characters
- starwars_total_planets
- starwars_total_species
- starwars_total_starships
- starwars_vehicle_cargo_capacity_comparison