Dashboard: IMDb Dashboard
This dashboard answers the following questions:
- How many movies are present in the database?
- What is the average worldwide earnings from the movies?
- What is the average domestic earnings from the movies?
- What are the top rated movies by IMDb?
- What is the most popular movie genre across various age groups?
This dashboard contains 4 cards and 1 table.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/powerpipe-mod-imdb
Start the Powerpipe server:
powerpipe server
Open http://localhost:9033 in your browser and select IMDb Dashboard dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe dashboard run imdb.dashboard.imdb --share
Queries
The dashboard uses the named queries:
- imdb_movie_average_budget
- imdb_movie_average_domestic_earnings
- imdb_movie_average_worldwide_earnings
- imdb_movie_by_rating_range
- imdb_movie_distribution_of_metacritic_scores
- imdb_movie_domestic_vs_worldwide_earnings_comparison
- imdb_movie_genre_popularity_by_age_group
- imdb_movie_international_vs_us_votes_comparison
- imdb_movie_profit_comparison
- imdb_movie_top_earning_worldwide
- imdb_movie_top_rated
- imdb_movie_total
- imdb_moview_earnings_by_genre