Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 336 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 336 Bytes

collie

A parquet file CLI explorer with TUI elements.

Installation

Install from source with

go install

Caveats

Column compressions LZO and LZ4 are not supported by collie due to the go parquet package not supporting them. See more here.