turbot/hackernews_insights

Query: hackernews_jobs_by_days

Usage

powerpipe query hackernews_insights.query.hackernews_jobs_by_days

Steampipe Tables

SQL

select
to_char(time :: timestamptz, 'YYYY-MM-DD') as day,
count(*)
from
hackernews_job
where
time :: timestamptz > now() - interval '10 day'
group by
day
order by
day;

Dashboards

The query is used in the dashboards: