flow-php/parquet-viewer

PHP ETL - cli application for viewing parquet files

0.9.2 2024-08-10 07:20 UTC

This package is auto-updated.

Last update: 2024-09-13 21:28:49 UTC


README

This package provides a simple CLI viewer for Parquet files. Since parquet is a binary format, it's not human-readable that's why this package is useful for debugging and testing purposes. We can read and display parquet files data but also metadata like schema, row groups, and columns.

Important

This repository is a subtree split from our monorepo. If you'd like to contribute, please visit our main monorepo flow-php/flow.