turbot/github_insights

Query: repository_stargazer_table

Usage

powerpipe query github_insights.query.repository_stargazer_table

Steampipe Tables

SQL

select
name_with_owner as "Repository",
stargazer_count as "Stargazers",
url
from
github_my_repository
order by
stargazer_count DESC,
name_with_owner;

Dashboards

The query is used in the dashboards: