-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-25271: Update Apache Description Of A Project (DOAP) File #408
Merged
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7819a91
GH-25271: Update Apache Description Of A Project (DOAP) File
alamb 588ca9c
restore languages
alamb 634e0ad
Automatically include version in arrow.rdf
alamb 8fe3432
Merge remote-tracking branch 'origin/main' into alamb/update_doap
alamb 9ce671d
Add a comment
alamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,18 @@ | |
--> | ||
<Project rdf:about="https://arrow.apache.org"> | ||
<created>2016-02-17</created> | ||
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> | ||
<name>Apache arrow</name> | ||
<homepage rdf:resource="http://arrow.apache.org/" /> | ||
<asfext:pmc rdf:resource="http://arrow.apache.org" /> | ||
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" /> | ||
<name>Apache Arrow</name> | ||
<homepage rdf:resource="https://arrow.apache.org" /> | ||
<asfext:pmc rdf:resource="https://arrow.apache.org" /> | ||
<shortdesc>Apache Arrow is a cross-language development platform for in-memory data.</shortdesc> | ||
<description>Apache Arrow is a cross-language development platform for in-memory data.</description> | ||
<description>Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware like CPUs and GPUs. The Arrow memory format also supports zero-copy reads for lightning-fast data access without serialization overhead. | ||
|
||
Arrow's libraries implement the format and provide building blocks for a range of use cases, including high performance analytics. Many popular projects use Arrow to ship columnar data efficiently or as the basis for analytic engines. | ||
|
||
Libraries are available for C, C++, C#, Go, Java, JavaScript, Julia, MATLAB, Python, R, Ruby, and Rust. | ||
|
||
Apache Arrow is software created by and for the developer community. We are dedicated to open, kind communication and consensus decision making. Our committers come from a range of organizations and backgrounds, and we welcome all to participate with us.</description> | ||
<bug-database rdf:resource="https://github.com/apache/arrow/issues" /> | ||
<mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/arrow-dev/" /> | ||
<download-page rdf:resource="http://arrow.apache.org/release/" /> | ||
|
@@ -44,15 +50,12 @@ | |
<programming-language>R</programming-language> | ||
<programming-language>Ruby</programming-language> | ||
<programming-language>Rust</programming-language> | ||
<category rdf:resource="http://projects.apache.org/category/library" /> | ||
<category rdf:resource="http://projects.apache.org/category/big-data" /> | ||
<release> | ||
<Version> | ||
<name>Apache Arrow</name> | ||
<created>2022-10-31</created> | ||
<revision>10.0.0</revision> | ||
</Version> | ||
</release> | ||
<category rdf:resource="https://projects.apache.org/category/big-data" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it seems as if arrow has grown significantly in scope since this file was first created. |
||
<category rdf:resource="https://projects.apache.org/category/database" /> | ||
<category rdf:resource="https://projects.apache.org/category/data-engineering" /> | ||
<category rdf:resource="https://projects.apache.org/category/library" /> | ||
<category rdf:resource="https://projects.apache.org/category/network-client" /> | ||
<category rdf:resource="https://projects.apache.org/category/network-server" /> | ||
<repository> | ||
<GitRepository> | ||
<location rdf:resource="https://github.com/apache/arrow.git"/> | ||
|
@@ -61,3 +64,4 @@ | |
</repository> | ||
</Project> | ||
</rdf:RDF> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we keep
<release>
?(The latest version is
13.0.0
at2023-08-23
: https://arrow.apache.org/release/ )