Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukunku/parquetviewer
Simple Windows desktop application for viewing & querying Apache Parquet files
https://github.com/mukunku/parquetviewer
apache-parquet big-data dot-net parquet windows-desktop
Last synced: 1 day ago
JSON representation
Simple Windows desktop application for viewing & querying Apache Parquet files
- Host: GitHub
- URL: https://github.com/mukunku/parquetviewer
- Owner: mukunku
- License: gpl-3.0
- Created: 2018-05-31T20:06:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T16:55:43.000Z (about 1 month ago)
- Last Synced: 2024-12-13T17:21:41.988Z (9 days ago)
- Topics: apache-parquet, big-data, dot-net, parquet, windows-desktop
- Language: C#
- Homepage:
- Size: 7.92 MB
- Stars: 795
- Watchers: 11
- Forks: 101
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParquetViewer
Simple Windows desktop application for viewing & querying Apache Parquet files.[![Main UI](https://github.com/mukunku/ParquetViewer/blob/master/wiki_images/main_screenshot5.png)](#)
# 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/releasesDetails on how to use the utility can be found in [the Wiki](https://github.com/mukunku/ParquetViewer/wiki)
# Analytics
Users can opt-in to share anonymous usage data to help make the app better. [^1]Checkout the [ParquetViewer Analytics Dashboard](https://app.amplitude.com/analytics/share/7207c0b64c154e979afd7082980d6dd6) if you're interested!
[^1]: Full privacy policy here: https://github.com/mukunku/ParquetViewer/wiki/Privacy-Policy
# 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