#s3 #parquet #cat #command-line-tool

app parquet-cat

一个用于在 S3 上探索 Parquet 文件的命令行工具,支持文件夹

1 个不稳定版本

0.1.1 2022年9月3日
0.1.0 2022年9月3日

50#parquet

MIT 许可协议

20KB
87

parquet-cat

一个用于在 S3 上探索 Parquet 文件的命令行工具,支持文件夹

用法

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

依赖项

~74MB
~1.5M SLoC