turbot/github_insights

Query: repository_101_500_stars_count

Usage

powerpipe query github_insights.query.repository_101_500_stars_count

Steampipe Tables

SQL

select
'101-500 Stars' as label,
count(*) as value
from
github_my_repository
where
stargazer_count between 101 and 500;

Dashboards

The query is used in the dashboards: