An open API service indexing awesome lists of open source software.

https://github.com/psanford/parquet-buddy

Parquet-buddy is a CLI tool for inspecting parquet files written in Go
https://github.com/psanford/parquet-buddy

buddy cli go golang parquet tool

Last synced: about 1 year ago
JSON representation

Parquet-buddy is a CLI tool for inspecting parquet files written in Go

Awesome Lists containing this project

README

          

# parquet-buddy

Parquet-buddy is CLI tool for inspecting parquet files.

Currently it supports dumping the file metadata or dumping
the contents of the file to a streaming JSON format.

## Usage:

```
$ ./parquet-buddy
You're parquest friend

Usage:
parquet-buddy [command]

Available Commands:
help Help about any command
metadata Metadata commands
to-json Dump data as a JSON stream

Flags:
-h, --help help for parquet-buddy

Use "parquet-buddy [command] --help" for more information about a command.
```