flow-php / parquet
PHP ETL - library for reading and writing Parquet files
Installs: 10 498
Dependents: 2
Suggesters: 0
Security: 0
Stars: 19
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- composer-runtime-api: ^2.1
- ext-bcmath: *
- ext-zlib: *
- flow-php/dremel: ^0.10.0 || 1.x-dev
- flow-php/snappy: ^0.10.0 || 1.x-dev
- packaged/thrift: ^0.15.0
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.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing