turbot/github_insights

Query: repository_over_1000_stars_count

Usage

powerpipe query github_insights.query.repository_over_1000_stars_count

Steampipe Tables

SQL

select
'Over 1000 Stars' as label,
count(*) as value
from
github_my_repository
where
stargazer_count > 1000;

Dashboards

The query is used in the dashboards: