steampipe-plugin-github and steampipe-plugin-kubernetes
These are ecosystem siblings, specifically two distinct Steampipe plugins that extend the same open-source CLI framework to allow SQL querying of different third-party APIs (GitHub and Kubernetes, respectively).
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.
Implements the Steampipe plugin architecture to translate GitHub API calls into virtual SQL tables, supporting deployment across multiple engines including Postgres FDW, SQLite extensions, and hosted Turbot Pipes instances. Enables real-time querying of pull requests, workflows, issues, and organization data without caching or pre-syncing, with token-based authentication and dynamic schema introspection.
About steampipe-plugin-kubernetes
turbot/steampipe-plugin-kubernetes
Use SQL to instantly query Kubernetes API resources. Open source CLI. No DB required.
Enables querying both deployed Kubernetes resources and static configurations through a unified interface—scanning manifest files from local/remote sources, rendering Helm charts, and discovering custom resources with dynamic table generation. Built on Steampipe's plugin architecture, it integrates with Postgres FDW, SQLite extensions, and Turbot Pipes, supporting multiple authentication methods including kubeconfig contexts, in-cluster service accounts, and OIDC.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work