Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files
5 days ago
- #Data Visualization
- #Parquet
- #Terminal
- Interactive Data Visualization - Browse through 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.
- Run parqeye by providing the path to the .parquet file.
- Download the latest release from the Releases page or build from source using cargo.
- Released under the MIT License.
- Future features include lazy/streaming loading, filtering columns by value, and reading parquet files on the cloud.