-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Plugin for Steampipe #623
Comments
Related issues#461: Running Steampipe extensions in sqlite-utils and Datasette | Simon Willison’s TILs### DetailsSimilarity score: 0.88 - [ ] [Running Steampipe extensions in sqlite-utils and Datasette | Simon Willison’s TILs](https://til.simonwillison.net/sqlite/steampipe#user-content-running-extensions-in-datasette)Running Steampipe extensions in
|
Postgres Plugin for Steampipe
DESCRIPTION:
Apache-2.0 license
Postgres Plugin for Steampipe
Use SQL to query data from plain PostgreSQL databases.
This repo contains a Steampipe plugin that exposes plain PostgreSQL databases as Steampipe tables, much like the CSV plugin does for CSV files, or like a reverse proxy does for HTTP. This can be used to join API data with semi-static data that is hosted on databases.
See below for an example that mixes data from a static DB (contact information for the teams that own Kubernetes namespaces) and data from Kubernetes (which namespaces have Failed pods). This may be part of an automated alerting system that runs periodically and sends emails.
URL: https://github.com/jreyesr/steampipe-plugin-postgres
Suggested labels
{'label-name': 'Database Integration', 'label-description': 'Tools and plugins for integrating databases into Steampipe queries.', 'gh-repo': 'https://github.com/jreyesr/steampipe-plugin-postgres', 'confidence': 57.69}
The text was updated successfully, but these errors were encountered: