Skip to content

A CLI tool for converting various data formats to Parquet.

License

Notifications You must be signed in to change notification settings

TzuH-Hsu/cli_parquetizer

Repository files navigation

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.

About

A CLI tool for converting various data formats to Parquet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages