• Stars
    star
    573
  • Rank 77,416 (Top 2 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created over 6 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple windows desktop application for viewing & querying Apache Parquet files

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-like queries on parquet data
  • Open single or partitioned files

Download

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

Visit the Wiki for details on how to use the utility: https://github.com/mukunku/ParquetViewer/wiki

Technical Details

The latest version of this project was written in C# using Visual Studio 2022 v17.5.3 and .NET 7

Acknowledgements

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