https://github.com/stoewer/parquet-cli
Commnd line tool to analyze parquet files
https://github.com/stoewer/parquet-cli
cli golang parquet
Last synced: over 1 year ago
JSON representation
Commnd line tool to analyze parquet files
- Host: GitHub
- URL: https://github.com/stoewer/parquet-cli
- Owner: stoewer
- License: agpl-3.0
- Created: 2022-12-06T08:36:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T02:02:13.000Z (over 1 year ago)
- Last Synced: 2025-03-13T02:35:38.299Z (over 1 year ago)
- Topics: cli, golang, parquet
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Warning**
> This tool is still under development and might change at any point in time
parquet-cli
===========
A command line tool to analyze parquet files.
Build
-----
Prerequisites:
* Go 1.19 or higher
* Make
To build `parquet-cli` make sure the above requirements are met.
Then execute the following command from the root of the repository:
```bash
make build
```
This will create the binary `parquet-cli` in the root of the repository.
Run
---
You can use the parquet files in the [`example`](./example) directory to test `parquet-cli`:
```bash
./parquet-cli row-stats ./example/nested.parquet
```