Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.7 KB

cli_parquetizer

GitHub Actions Workflow Status CodeQL Release GitHub Downloads (all assets, all releases) GitHub top language GitHub License

A CLI tool for converting various data formats to Parquet.

Description

Parquetizer is a Python-based command-line utility that converts different data formats into the Parquet format.

The tool currently supports the following input formats:

  • CSV
  • LVM

The tool currently supports the following source types:

  • Local file
  • MinIO

Usage

To get started, download the executable from the project's releases page.

Windows

  • Locate the downloaded Parquetizer-windows.exe file.
  • Double-click the file to run the program.

Linux

Execute the following commands in the terminal:

chmod +x Parquetizer-linux      # Make the file executable
./Parquetizer                   # Run the program

MacOS

  • Open Finder and go to the location where Parquetizer.app is saved.
  • Double-click on Parquetizer-macos to start the application.