This directory contains scripts to generate test data for the Flwo PHP Parquet reader/writer.
- Python 3.x installed
- pip installed (Python Package Index)
First go to the src/lib/parquet/resources/python directory and run the following command to install the required dependencies:
python3 -m venv parquet
source parquet/bin/activate
pip install -r requirements.txtOnce all dependencies are installed, you can run the following command to generate the test data:
python generators/lists.py
python generators/maps.py
python generators/orders.py
python generators/primitives.py
python generators/structs.py