flow-php / parquet-viewer
PHP ETL - cli application for viewing parquet files
                                    Fund package maintenance!
                                                                            
                                                                                                                                        norberttech
                                                                                    
                                                                            
                                                                                                                                        flow-php.com/sponsor
                                                                                    
                                                                
Installs: 770
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/flow-php/parquet-viewer
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0
- coduo/php-humanizer: ^5.0
- flow-php/etl: 0.26.1
- flow-php/parquet: 0.26.1
- symfony/console: ^5.4 || ^6.4 || ^7.0
This package is auto-updated.
Last update: 2025-10-28 13:01:38 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.
- 📜 Documentation
- ➡️ Installation
- 🛠️ Contributing
- 🚧 Upgrading