Arrow CLI Tools
A collection of handy CLI tools to convert CSV and JSON to Apache Arrow and Parquet.
This repository contains five projects:
csv2arrow
to convert CSV files to Apache Arrow.csv2parquet
to convert CSV files to Parquet.json2arrow
to convert JSON files to Apache Arrow.json2parquet
to convert JSON files to Parquet.arrow-tools
shared utilities used by the other four packages.
For usage examples, see the csv2parquet
examples.
Homebrew formulas are pushed to domoritz/homebrew-tap for every release.