All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

parqeye: Terminal Tool for Inspecting Parquet File Contents and Metadata

By

kaushiksrini

6mo ago· 1 min readenCode

Summary

parqeye is a command-line tool that allows users to inspect Parquet files directly from their terminal. It provides instant access to view file contents, schema information, and metadata without needing to open the files in other applications. The tool can be installed via direct download from GitHub releases, built from source using Rust/Cargo, or installed through Homebrew package manager. It's released under the MIT license and appears to be a developer utility for working with Parquet data files.

Key quotes

· 4 pulled
parqeye lets you peek inside your Parquet files. Instantly inspect their contents, schema, and metadata — right from your terminal.
Run parqeye by providing the path to the .parquet file.
You can download the latest release from the Releases page.
This package is released under the MIT License.
Snippet from the RSS feed
Peek inside Parquet files right from your terminal - kaushiksrini/parqeye

You might also wanna read