Dashboard: YouTube Channel Dashboard
This dashboard answers the following questions:
- How many YouTube channels are present in the database?
- How many YouTube channels exist?
- What are the top 10 YouTube channels?
- What are the different categories of the YouTube channels?
- How many new subscribers have joined the channel over the last 30 days?
This dashboard contains 4 cards.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/powerpipe-mod-youtube
Start the Powerpipe server:
powerpipe server
Open http://localhost:9033 in your browser and select YouTube Channel Dashboard dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe dashboard run youtube.dashboard.youtube --share
Queries
The dashboard uses the named queries:
- youtube_channel_categories_count
- youtube_channel_count
- youtube_channel_countries_count
- youtube_channel_distribution_by_country
- youtube_channel_distribution_earnings
- youtube_channel_distribution_type
- youtube_channel_subscriber_growth_last_30_days
- youtube_channel_subscriber_vs_video_view_by_category
- youtube_channel_top_10_by_subscribers
- youtube_channel_uploads_count
- youtube_channel_video_view_vs_uploads
- youtube_channel_view_growth_last_30_days