Ross ROSS = Recommend OSS · open-source software intelligence for agents

apache/parquet-java

Apache Parquet Java observed · 2026-08-28

github.com/apache/parquet-java · homepage · Java · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
apache/parquet-javamain90

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