parquet-cat

Crates.ioparquet-cat
lib.rsparquet-cat
version0.1.1
sourcesrc
created_at2022-09-03 02:10:34.198962
updated_at2022-09-03 02:14:42.950499
descriptionA command-line tool to explore Parquet files on S3, with folder support
homepage
repositoryhttps://github.com/DengYiping/parquet-cat/
max_upload_size
id657696
size76,060
Yiping Deng (DengYiping)

documentation

README

parquet-cat

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
Commit count: 6

cargo fmt