Warning This tool is still under development and might change at any point in time
A command line tool to analyze parquet files.
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.
You can use the parquet files in the example
directory to test parquet-cli
:
./parquet-cli row-stats ./example/nested.parquet