Reads Apache Parquet files in Sublime Text using they python parquet-tools package. Files are rendered as CSVs.
Via Package Control
- Make sure you have Package Control installed.
- Open the Command Palette (
command-shift-Pon MacOS;ctrl-shift-Pon Linux/Windows) and choose Install Package. - Choose Parquet from the list.
Install parquet-tools with pip install parquet-tools.
On Windows: Make sure your python environment is in your path.
On MacOS/Linux: Create a symlink from your python bin folder to the parquet-tools binary someplace on the system path, like /usr/local/bin. For example,
sudo ln -s `which parquet-tools` /usr/local/bin/parquet-tools
