parqeye

Crates.ioparqeye
lib.rsparqeye
version0.0.2
created_at2025-10-20 23:47:52.133957+00
updated_at2025-11-18 00:00:30.562476+00
descriptionParquet viewer for the command line
homepage
repositoryhttps://github.com/kaushiksrini/parqeye
max_upload_size
id1892897
size5,854,706
Kaushik Srinivasan (kaushiksrini)

documentation

README

parqeye

CI

parqeye lets you peek inside your Parquet files. Instantly inspect their contents, schema, and metadata — right from your terminal.

Demo

Features

  • Interactive Data Visualization - Browse through your Parquet data in a 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 stats and more.
  • Row Group Statistics - Examine row group-level metadata, statistics, and data distribution across groups.
  • Tab-based Interface - Quickly switch between Visualize, Schema, Metadata, and Row Groups views.
  • Terminal-native - Works directly in your terminal.

Usage

Run parqeye by providing the path to the .parquet file.

parqeye <path-to-parquet-file>

Installation

Direct Download

You can download the latest release from the Releases page.

Build from Source

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

cargo build --release

Build from Cargo

If you use Rust, build directly from crates.io

cargo install parqeye

License

This package is released under the MIT License.

Acknowledgements

TODOs

  • Lazy/streaming loading of parquet files.
  • Filter columns by value in the visualize tab.
  • Read parquet files on the cloud (s3://...).
Commit count: 0

cargo fmt