GitHub Plugin for Steampipe
Query GitHub with SQL
Use SQL to query repositories, users, gists and more from GitHub. For example:
select
full_name,
private,
visibility
from
github_repository
Learn about Steampipe.
Get started
Table documentation and examples →
Install the plugin:
steampipe plugin install github
Get involved
The Steampipe community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
Our Code of Conduct applies to all Steampipe community channels.
Contributing
Please see CONTRIBUTING.md.