azure-kusto-parquet-conv
Перейти к файлу
Michael Spector f4b8c7df8b
Merge pull request #5 from spektom/int96_update
Updated Arrow library for better INT96 support
2019-12-02 15:44:34 +02:00
.cargo pq2json tool: initial implementation (#1) 2019-06-24 22:48:18 +03:00
pq2json Add timestamp rendering options (#3) 2019-06-25 19:16:13 +03:00
.gitignore pq2json tool: initial implementation (#1) 2019-06-24 22:48:18 +03:00
Cargo.lock Updated Arrow library for better INT96 support 2019-11-26 13:09:01 +02:00
Cargo.toml pq2json tool: initial implementation (#1) 2019-06-24 22:48:18 +03:00
LICENSE Initial commit 2019-06-24 05:35:25 -07:00
Package.nuspec Updated Arrow library for better INT96 support 2019-11-26 13:09:01 +02:00
README.md pq2json tool: initial implementation (#1) 2019-06-24 22:48:18 +03:00

README.md

Parquet to JSON (line delimited) converter tool.

Building

Requires nightly Rust, tested with 1.37.0-nightly (de7c4e423 2019-06-23):

rustup toolchain add nightly

cargo +nightly build --release

Running

See pq2json --help.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.