GitHub – kaushiksrini/parqeye

CI

parqeye lets you peek inside Your parquet files. Quickly inspect their content, schema and metadata directly from your terminal.

demo

features

  • Interactive Data Visualization – Browse your Parquet data in table view with keyboard navigation.
  • Schema Explorer – Inspect column types, nested structures, and field definitions.
  • file metadata – View Parquet file-level metadata, including version created by encoding statistics and more.
  • row group statistics – Check row group-level metadata, statistics, and data distribution across groups.
  • tab-based interface – Quickly switch between visualize, schema, metadata, and row group views.
  • terminal-origin – Works directly in your terminal.

run parqeye by providing path to .parquet file.

You can download the latest release from the Releases page.

You can build from source by downloading the repository and running the following commands:

If you use Rust, build directly from crates.io

This package is released under the MIT license.



Leave a Comment