https://github.com/hrmeetsingh/parquetreader
Parquet reader code in Java
https://github.com/hrmeetsingh/parquetreader
java parquet parquet-files parquet-tools parquet-viewer
Last synced: 4 months ago
JSON representation
Parquet reader code in Java
- Host: GitHub
- URL: https://github.com/hrmeetsingh/parquetreader
- Owner: hrmeetsingh
- Created: 2020-05-16T08:31:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T20:32:54.000Z (9 months ago)
- Last Synced: 2025-07-15T13:21:35.199Z (7 months ago)
- Topics: java, parquet, parquet-files, parquet-tools, parquet-viewer
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/hrmeetsingh/ParquetReader)
# Parquet Reader
Boilerplate java code for reading Apache Parquet file without installing and configuring libraries like Apache Spark/pandas.
### Helps understand
- Basic organization of data and schema inside a parquet file
- Use of core Apache libraries only
### Work in progress
- Can be packaged to a jar (similar to parquet-tools, but leaner) for quick inspection of parquet files
- Exception and edge case handling