|
| 1 | +<?xml version="1.0"?> |
| 2 | +<?xml-stylesheet type="text/xsl"?> |
| 3 | +<rdf:RDF xml:lang="en" |
| 4 | + xmlns="http://usefulinc.com/ns/doap#" |
| 5 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 6 | + xmlns:asfext="http://projects.apache.org/ns/asfext#" |
| 7 | + xmlns:foaf="http://xmlns.com/foaf/0.1/"> |
| 8 | +<!-- |
| 9 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 10 | + contributor license agreements. See the NOTICE file distributed with |
| 11 | + this work for additional information regarding copyright ownership. |
| 12 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 13 | + (the "License"); you may not use this file except in compliance with |
| 14 | + the License. You may obtain a copy of the License at |
| 15 | +
|
| 16 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 17 | +
|
| 18 | + Unless required by applicable law or agreed to in writing, software |
| 19 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 20 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 21 | + See the License for the specific language governing permissions and |
| 22 | + limitations under the License. |
| 23 | +--> |
| 24 | + <!-- |
| 25 | + Apache DOAP file that drives https://projects.apache.org/project.html?datafusion |
| 26 | + See https://projects.apache.org/create.html for syntax and details |
| 27 | + --> |
| 28 | + <Project rdf:about="https://datafusion.apache.org"> |
| 29 | + <created>2024-04-17</created> |
| 30 | + <license rdf:resource="https://spdx.org/licenses/Apache-2.0" /> |
| 31 | + <name>Apache DataFusion</name> |
| 32 | + <homepage rdf:resource="https://datafusion.apache.org" /> |
| 33 | + <asfext:pmc rdf:resource="https://datafusion.apache.org" /> |
| 34 | + <shortdesc>Apache DataFusion is a fast, extensible query engine for building high-quality data-centric systems in Rust.</shortdesc> |
| 35 | + <description> |
| 36 | + Apache DataFusion is a fast, extensible query engine for building high-quality data-centric systems |
| 37 | + in Rust, using the Apache Arrow in-memory format. Python Bindings are also available. DataFusion offers SQL |
| 38 | + and Dataframe APIs, excellent performance, built-in support for CSV, Parquet, JSON, and Avro, |
| 39 | + extensive customization, and a great community. |
| 40 | + </description> |
| 41 | + <bug-database rdf:resource="https://github.com/apache/datafusion/issues" /> |
| 42 | + < mailing-list rdf:resource= "https://lists.apache.org/[email protected]" /> |
| 43 | + <download-page rdf:resource="https://github.com/apache/datafusion/releases" /> |
| 44 | + <programming-language>Python</programming-language> |
| 45 | + <programming-language>Rust</programming-language> |
| 46 | + <category rdf:resource="https://projects.apache.org/category/big-data" /> |
| 47 | + <category rdf:resource="https://projects.apache.org/category/database" /> |
| 48 | + <category rdf:resource="https://projects.apache.org/category/data-engineering" /> |
| 49 | + <category rdf:resource="https://projects.apache.org/category/library" /> |
| 50 | + <repository> |
| 51 | + <GitRepository> |
| 52 | + <location rdf:resource="https://github.com/apache/datafusion.git"/> |
| 53 | + <browse rdf:resource="https://github.com/apache/datafusion/"/> |
| 54 | + </GitRepository> |
| 55 | + </repository> |
| 56 | + </Project> |
| 57 | +</rdf:RDF> |
0 commit comments