Skip to content

stoewer/parquet-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60e144b ยท Mar 13, 2025

History

45 Commits
Mar 13, 2025
May 6, 2024
Jan 12, 2023
Mar 13, 2025
Dec 6, 2022
Dec 9, 2022
Jan 13, 2023
Dec 6, 2022
Dec 5, 2022
Dec 6, 2022
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025

Repository files navigation

Warning This tool is still under development and might change at any point in time

parquet-cli

A command line tool to analyze parquet files.

Build

Prerequisites:

  • Go 1.19 or higher
  • Make

To build parquet-cli make sure the above requirements are met. Then execute the following command from the root of the repository:

make build

This will create the binary parquet-cli in the root of the repository.

Run

You can use the parquet files in the example directory to test parquet-cli:

./parquet-cli row-stats ./example/nested.parquet