An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/hrmeetsingh/ParquetReader.svg?branch=master)](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