[Announcement] pq v1.0 - The jq of Parquet. CLI for inspecting and transforming Parquet files
โ Rust ๐ 2026-03-25 ๐ค surdeus ๐๏ธ 4I built pq because every time someone sent me a Parquet file, I had to fire up DuckDB or write a Python script just to peek inside.
pq is a single Rust binary that handles the full lifecycle:
- Instant metadata/schema inspection (just
pq data.parquet) - head/tail/sample, column stats, storage analysis
- Schema diff between files, DDL generation (Postgres, ClickHouse, DuckDB, Spark, BigQuery, Snowflake, Redshift, MySQL)
- Contract validation (CI-friendly with exit codes)
- Convert CSV/JSON โ Parquet, slice, rewrite compression, merge, compact
- S3 / GCS / Azure Blob / Cloudflare R2 โ credentials auto-resolved
- Unix-friendly: table on TTY, JSON when piped
Install: brew install OrlovEvgeny/pq/pq or cargo install pq-parquet
1 post - 1 participant
๐ท๏ธ Rust_feed