Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoewer/parquet-cli
Commnd line tool to analyze parquet files
https://github.com/stoewer/parquet-cli
cli golang parquet
Last synced: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T08:29:12.000Z (8 months ago)
- Last Synced: 2024-05-06T09:35:02.022Z (8 months ago)
- Topics: cli, golang, parquet
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 8
- 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 timeparquet-cli
===========A command line tool to analyze parquet files.
Build
-----Prerequisites:
* Go 1.19 or higher
* MakeTo 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
```