Hacker News with Generative AI: Parquet

Pg_parquet v0.4.0: Google Cloud Storage, HTTPS storage, and more (crunchydata.com)
What began as a hobby Rust project to explore the PostgreSQL extension ecosystem and the Parquet file format has grown into a handy component for folks integrating Postgres and Parquet into their data architecture. Today, we’re excited to release version 0.4 of pg_parquet.
Show HN: Parqv – Interactive TUI Parquet Visualizer (github.com/sanspareilsmyn)
parqv is a Python-based interactive TUI (Text User Interface) tool designed to explore, analyze, and understand Parquet files directly within your terminal. Forget juggling multiple commands; parqv provides a unified, visual experience.
Apache Iceberg now supports geospatial data types natively (wherobots.com)
Geospatial solutions were thought of as “special”, because what modernized the data ecosystem of today, left geospatial data mostly behind. This changes today. Thanks to the efforts of the Apache Iceberg and Parquet communities, we are excited to share that both Iceberg and Parquet now support geometry and geography (collectively the GEO) data types.
Pg_parquet – Postgres to Parquet Interoperability (i-programmer.info)
Pg_parquet: An extension to connect Postgres and parquet (crunchydata.com)
Today, we’re excited to release pg_parquet - an open source Postgres extension for working with Parquet files.
Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data (github.com/kylebarron)