Skip to content

A Sublime Text package for viewing Apache Parquet files with python CLI tools

License

Notifications You must be signed in to change notification settings

dogversioning/sublime-parquet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-parquet

Reads Apache Parquet files in Sublime Text using they python parquet-tools package. Files are rendered as CSVs.

Screenshot

screencap

Installation

Via Package Control

  1. Make sure you have Package Control installed.
  2. Open the Command Palette (command-shift-P on MacOS; ctrl-shift-P on Linux/Windows) and choose Install Package.
  3. Choose Parquet from the list.

Requirements

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

About

A Sublime Text package for viewing Apache Parquet files with python CLI tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%