apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

MINOR: Add `doap.rdf` file for release tracking #3001

Open Fokko opened 2 months ago

Fokko commented 2 months ago

Rationale for this change

To track the releases. See https://projects.apache.org/create.html for details

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

wgtmac commented 2 months ago

What's the benefit of adding this file? Usually we need to report a new release via https://reporter.apache.org/addrelease.html?parquet

CalvinKirs commented 2 months ago

What's the benefit of adding this file? Usually we need to report a new release via https://reporter.apache.org/addrelease.html?parquet

The Community Development committee (ComDev) maintains a website projects.apache.org which lists all ASF projects, and some basic details about them. These details are derived from DOAP (Description Of A Project) file that is maintained by each PMC.

This file is also referenced elsewhere, when such data is needed. When it's missing, the information can sometimes be sourced from other places, but sometimes this will result in your project being missing from various lists. For example, the listing of projects by category, or by programming language (https://projects.apache.org/projects.html?language) does not list your project, and thus you will not be discoverable by people looking for a project to get involved in.