Elizabeth Garrett Christensen: Graph Queries in Postgres with Apache AGE (opens in new tab)
The Iceberg tables look like normal Postgres tables. You create them with USING iceberg and they're backed by Parquet on S3: Postgres engines now have access to more data than ever. With extensions like pg_lake, you can connect Postgres to gobs of files in object storage like csv, json, Apache Parquet™ and Apache Iceberg™. But having access to data in object storage and being able to aggregate data in object storage are two different things. This blog walks through the Postgres extension, Apa...
Read the original article