apache/parquet-java
Apache Parquet Java observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 73
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 96.0
- age_days: 4467
- days_rel: 22
- days_push: 8
- n_releases_24m: 9
Adoption not part of the score
3076 stars · 1566 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Apache Parquet Java is the Java implementation of the Apache Parquet column-oriented data file format. It provides reading and writing of efficient, compressed columnar files with support for nested data via the Dremel record shredding and assembly algorithm.
Use cases
- read and write parquet files in Java
- convert JSON or CSV data to columnar parquet format
- store large analytical datasets with efficient compression
- query column chunks with predicate pushdown using column statistics
- integrate parquet support into a Hadoop or Spark pipeline
- handle nested and semi-structured data in a columnar file format
When to choose
- you are building a JVM-based data pipeline that needs parquet I/O
- you need efficient columnar storage with compression and encoding for bulk data
- you want a mature, Apache Software Foundation maintained implementation of the parquet format
When to avoid
- you need parquet support in Python, Rust, or another non-JVM language
- you only need a simple row-oriented file format like CSV or JSON
- your project cannot use Java 17 or higher
Facets
library · maturity active
serialization file-system compression big-data files analytics jvm cross-platform parquet columnar-format hadoop data-lake avro data-engineering
4 sources
- readme: https://github.com/apache/parquet-java · fetched 2026-08-28 · b4e26ee09c5a
- homepage: https://parquet.apache.org/ · fetched 2026-08-29 · 5d7913adb12e
- site_page: https://parquet.apache.org/docs · fetched 2026-08-29 · ffd29d8c787e
- site_page: https://parquet.apache.org/blog · fetched 2026-08-29 · 062c8b637316
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/parquet-java | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="apache/parquet-java")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem