Live data from Hacker News

Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files

github.com

1–10 of 37 posts

Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files

#1
I built a Rust-based CLI/terminal UI for inspecting Parquet files—data, metadata, and row-group-level structure—right from the terminal. If someone sent me a Parquet file, I used to open DuckDB or Polars just to see what was inside. Now I can do it with one command.

Repo: https://github.com/kaushiksrini/parqeye

Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
github.com

Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files

#3

thank you so much! this was an annoyance of mine for so long. edit: any chance you make a brew package? if you'd like I'd be happy to PR it in.

yep! it’s available as a homebrew tap — you can install it with: `brew install kaushiksrini/parqeye/parqeye`

Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files

#4

thank you so much! this was an annoyance of mine for so long. edit: any chance you make a brew package? if you'd like I'd be happy to PR it in.

yep! it’s available as a homebrew tap — you can install it with: `brew install kaushiksrini/parqeye/parqeye`

wonderous.

Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files

#10
post #8
post #7

Can DuckDB be included in the tool, so you can run queries directly from the UI? [that would avoid opening DBeaver whenever you need that kind of feature]

Hu huuum... https://harlequin.sh/

This tool actually feels pretty solid too.
Post reply on HN