flow-php/parquet

PHP ETL - library for reading and writing Parquet files

0.9.2 2024-08-12 10:07 UTC

This package is auto-updated.

Last update: 2024-09-05 19:07:33 UTC


README

Parquet is a columnar storage file format that provides efficient data compression and encoding schemes with enhanced performance to handle complex data in bulk. This library is a pure PHP implementation of the Parquet file format, enabling developers to read and write Parquet files without relying on external dependencies.

Important

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