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
This dashboard uses the the following queries:
select count(distinct category) as "Total Categories"from youtube_statistics;