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: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T14:50:08.000Z (about 1 year ago)
- Last Synced: 2025-01-03T08:31:20.280Z (9 months ago)
- Topics: java, parquet, parquet-files, parquet-tools, parquet-viewer
- Language: Java
- Homepage:
- Size: 20.5 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