steampipe-plugin-github and steampipe-plugin-sdk
The Steampipe Plugin SDK is an ecosystem sibling, specifically a development library, that enables the creation of tools like the Steampipe GitHub plugin, which leverages the SDK to provide SQL-based access to GitHub data.
About steampipe-plugin-github
turbot/steampipe-plugin-github
Use SQL to instantly query repositories, users, gists and more from GitHub. Open source CLI. No DB required.
This tool helps developers, project managers, and open-source enthusiasts analyze GitHub data using standard SQL queries. You input a GitHub account token, and the tool allows you to query repositories, users, and gists as if they were tables in a database. The output is structured data that can be used for reporting, analysis, or integration with other tools.
About steampipe-plugin-sdk
turbot/steampipe-plugin-sdk
Steampipe Plugin SDK is a simple abstraction layer to write a Steampipe plugin. Plugins automatically work across all engine types including the Steampipe CLI, Postgres FDW, SQLite extension and the export CLI.
This is a toolkit for developers who want to create custom data connectors (plugins) for Steampipe. It helps you turn data from any source into a format that can be queried like a database, allowing you to build new plugins or extend existing ones for Steampipe. The end-user is a software developer creating data integration tools.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work