It’s crazy how long we’ve gone without a tool like this. This is huge. Thank you for finally building this!
Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
11–20 of 37 posts
Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#12Apart from some visual glitches, this is an INSTANT BUY ! Note: must the Windows binary really be 78MB ?
Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#13Another seemingly extremely similar project released in the last few days: https://github.com/raulcd/datanomy
Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#14Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#15Right now parqeye looks mainly single-file focused. Do you have plans for a “dataset mode” that takes a dir/S3 prefix and surfaces per-file/row-group summaries (row counts, min/max, null %, schema diffs vs a reference file) using just Parquet stats so it scales to tens of GB? Or do you see parqeye intentionally staying a single-file inspector?
Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#16Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#17Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#18thank 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`
i tried to install with brew, but it told me my cli tools were "too out of date". Never seen that before! and also just upgraded.
Will try again tomorrow
Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#19Re: Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
#20 duckdb -c "from 'foo.parquet'"
but maybe still useful for other formats or multi-file or remote situations