Documentation
Parquet Viewer
Installation
composer require flow-php/parquet-viewer
Parquet Viewer is a simple CLI tool to inspect and view the content and metadata of parquet files.
Usage
./vendor/bin/parquet.php read:data /path/to/file.parquet
./vendor/bin/parquet.php read:metadata /path/to/file.parquet --columns --row-groups --column-chunks --statistics --page-headers