Live data from Hacker News

Pg_lakehouse: Query Any Data Lake from Postgres

github.com

71–73 of 73 posts

Re: Pg_lakehouse: Query Any Data Lake from Postgres

#71
post #55

Earlier quoted context omitted.

I like steampipe but found the use of postgres a bit heavy for my use cases. Could you make it run with pg_lite in wasm or DuckDB?

In addition to Postgres FDWs, Steampipe plugins are also available as a SQLite extension [1] or a CLI export tool [2] for lighter weight use cases. (Although a local Postgres has a surprisingly small footprint!) Building plugins as DuckDB extensions would be cool too, but we haven't done that yet. 1 - https://steampipe.io/blog/2023-12-sqlite-extensions 2 - https://steampipe.io/blog/2023-12-steampipe-export

DuckDB would be great or accessible through DataFusion!

Looking forward to see what you will build next!

Re: Pg_lakehouse: Query Any Data Lake from Postgres

#72

How many folks here struggle to adopt tooling like this because it isn’t possible to add psql extensions to places like RDS?

Me.

I both love and hate RDS - the costs are exorbitant.

I have to setup a kafka pipe streaming CDC events to replicate the data into other DB types to get the benefits of things like this.

Re: Pg_lakehouse: Query Any Data Lake from Postgres

#73
post #47

How many folks here struggle to adopt tooling like this because it isn’t possible to add psql extensions to places like RDS?

Moreover, even when extensions are supported by RDS, they often make upgrading database versions a PITA.

It's gotten significantly easier lately, I upgraded from v11 -> v15 with almost no downtime.
Post reply on HN