Skip to content

Simple windows desktop application for viewing & querying Apache Parquet files

License

Notifications You must be signed in to change notification settings

pat9two/ParquetViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParquetViewer

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

Main UI

Please also checkout the Wiki for a detailed user guide: https://github.com/mukunku/ParquetViewer/wiki

Summary

This is a quick and dirty utility that I created to easily 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:

  • Run simple sql-like queries on chunks of the file
  • Generate ansi sql schema for opened files
  • View parquet file metadata

Limitations

This application can only open Parquet files located on the Windows machine the app is running on. It cannot connect to HDFS to read parquet data.

Complex types such as structs, arrays and maps are not supported at this time.

Download

Pre-compiled 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.4.3 and .NET 7

Acknowledgements

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

About

Simple windows desktop application for viewing & querying Apache Parquet files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%