Simple Windows desktop application for viewing & querying Apache Parquet files
Find a file
2024-07-15 12:47:15 -04:00
.github guid value has changed now 🤷 2024-04-21 22:43:16 -04:00
src remove fody library reference from .gitignore 2024-07-15 12:47:15 -04:00
wiki_images lots of improvements 2024-01-17 22:43:50 -05:00
.gitignore remove fody library reference from .gitignore 2024-07-15 12:47:15 -04:00
LICENSE Initial commit 2018-05-31 16:07:00 -04:00
README.md update readme 2024-06-26 23:19:33 -04:00

ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files.

Main UI

Summary

ParquetViewer is a utility to quickly view Apache Parquet files on Windows desktop machines.

If you'd like to add any new features feel free to send a pull request.

Some key features:

  • View parquet file metadata
  • Run simple sql queries on parquet data
  • Open single or partitioned files

Download

Releases can be found here: https://github.com/mukunku/ParquetViewer/releases

Details on how to use the utility can be found in the Wiki

Analytics

Users can opt-in to share anonymous usage data to help make the app better. 1

Checkout the ParquetViewer Analytics Dashboard if you're interested!

Technical Details

The latest version of this project was written in C# using Microsoft Visual Studio Community 2022 v17.10.3 and .NET 8

Acknowledgements

This utility would not be possible without: https://github.com/aloneguid/parquet-dotnet