turbot / powerpipe

Powerpipe: Dashboards for DevOps. Visualize cloud configurations. Assess security posture against a massive library of benchmarks. Build custom dashboards with code.
https://powerpipe.io/
GNU Affero General Public License v3.0
282 stars 20 forks source link

Introspection tables for other database systems #1

Closed binaek closed 9 months ago

binaek commented 1 year ago

In steampipe, we depend on the temporary schema available on all database connections to create and populate the tables for mod introspection data.

Since the target database in powerpipe is abstracted away, we need to figure out a way to create and populate the introspection tables depending on the target database that powerpipe is connected to.

binaek commented 1 year ago

On a different note, we do not need to store the introspection data in the database. powerpipe will only ever run with one mod. An alternative approach could be having an embedded SQLite that we use to store introspection data and serve it over the API

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 9 months ago

This issue was closed because it has been stalled for 90 days with no activity.