hackernews_dashboard_ask_and_show_by_hourhackernews_dashboard_ask_counthackernews_dashboard_avg_ask_scorehackernews_dashboard_avg_scorehackernews_dashboard_avg_show_scorehackernews_dashboard_max_scorehackernews_dashboard_mentionshackernews_dashboard_show_counthackernews_dashboard_stories_by_hourhackernews_dashboard_user_with_greater_than_50_scorehackernews_dashboard_user_with_greater_than_5_posthackernews_jobs_by_dayshackernews_jobs_by_technologyhackernews_jobs_by_typehackernews_jobs_searchhackernews_sources_detailhackernews_sources_domain_inputhackernews_sources_domainshackernews_sources_top_10_domains_by_counthackernews_sources_top_10_domains_by_max_scorehackernews_stories_avg_commentshackernews_stories_detailshackernews_stories_max_comments
Query: hackernews_jobs_by_type
Usage
powerpipe query hackernews_insights.query.hackernews_jobs_by_type
Steampipe Tables
SQL
select case when title ilike '%designer%' then 'Designer' when title ~* 'cloud.*engineer' then 'Cloud Engineer' when title ~* 'data.*analyst' then 'Data Analyst' when title ~* 'data.*engineer' then 'Data Engineer' when title ~* 'front.*end' then 'Front-end Engineer' when title ~* 'full.*stack' then 'Full Stack Engineer' when title ~* 'machine.*learning' or title ~* '\sML' then 'Machine Learning Engineer' when title ~* 'software.*engineer' then 'Software Engineer' when title ~* 'support.*engineer' then 'Support Engineer' when title ~* 'web.*developer' then 'Web Developer' else 'Other' end as job_type, count(*)from hackernews_jobgroup by job_type
Dashboards
The query is used in the dashboards: