|
|
|
|
|
by nathanwallace
1680 days ago
|
|
Steampipe [1] is an open source CLI to query cloud APIs (e.g. AWS, GitHub, Kubernetes) with SQL. It uses an embedded Postgres instance internally and is built with Foreign Data Wrappers. We install and leverage the Zonky Embedded Postgres Binaries [2] which are normally used for test suites. They have been great for us. It's amazing how fast and light Postgres runs for these use cases! 1 - https://steampipe.io
2 - https://github.com/zonkyio/embedded-postgres-binaries |
|