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
- Host: GitHub
- URL: https://github.com/psanford/parquet-buddy
- Owner: psanford
- License: mit
- Created: 2020-09-02T19:01:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T18:17:18.000Z (about 3 years ago)
- Last Synced: 2025-02-10T13:35:00.764Z (over 1 year ago)
- Topics: buddy, cli, go, golang, parquet, tool
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.
```