Crates.io | parquet-cat |
lib.rs | parquet-cat |
version | 0.1.1 |
source | src |
created_at | 2022-09-03 02:10:34.198962 |
updated_at | 2022-09-03 02:14:42.950499 |
description | A command-line tool to explore Parquet files on S3, with folder support |
homepage | |
repository | https://github.com/DengYiping/parquet-cat/ |
max_upload_size | |
id | 657696 |
size | 76,060 |
A command-line tool to explore Parquet files on S3, with folder support
Usage:
pcat 0.1.0
A command-line tool to explore Parquet files on S3, with folder support
USAGE:
pcat [OPTIONS] <URL>
ARGS:
<URL> The path to the S3 file to be processed
OPTIONS:
-h, --help Print help information
-p, --profile <AWS_PROFILE> AWS profile to use for credentials, support assuming roles
-q, --query <QUERY> SQL query running against the file [default: "select * from tbl"]
-V, --version Print version information