A CLI tool for converting various data formats to Parquet.
Parquetizer
is a Python-based command-line utility that converts different data formats into the Parquet format.
- CSV
- LVM
- Local file
- MinIO
To get started, download the executable from the project's releases page.
- Locate the downloaded
Parquetizer-windows.exe
file. - Double-click the file to run the program.
Execute the following commands in the terminal:
chmod +x Parquetizer-linux # Make the file executable
./Parquetizer # Run the program
- Open Finder and go to the location where Parquetizer.app is saved.
- Double-click on
Parquetizer-macos
to start the application.