Dashboard: Hacker News Sources
This report answers the following questions:
- What are the top 10 domains by number of stories?
- What are the top 10 domains by max score?
- What are the details of each story for a given domain?
- What are the max and average scores and number of comments for each domain?
This dashboard contains 2 inputs and 2 tables.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-hackernews-insights
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Hacker News Sources dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe dashboard run hackernews_insights.dashboard.hackernews_sources --share
Queries
The dashboard uses the named queries:
- hackernews_sources_detail
- hackernews_sources_domains
- hackernews_sources_top_10_domains_by_count
- hackernews_sources_top_10_domains_by_max_score