You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by jb...@apache.org on 2017/11/16 09:34:45 UTC

carbondata-site git commit: Add CarbonData DOAP file

Repository: carbondata-site
Updated Branches:
  refs/heads/asf-site 172e90bd6 -> 949a782c5


Add CarbonData DOAP file


Project: http://git-wip-us.apache.org/repos/asf/carbondata-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata-site/commit/949a782c
Tree: http://git-wip-us.apache.org/repos/asf/carbondata-site/tree/949a782c
Diff: http://git-wip-us.apache.org/repos/asf/carbondata-site/diff/949a782c

Branch: refs/heads/asf-site
Commit: 949a782c54a958184be3e79cd0f3846883381122
Parents: 172e90b
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Nov 16 10:34:26 2017 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Nov 16 10:34:26 2017 +0100

----------------------------------------------------------------------
 src/main/webapp/carbondata-doap.rdf | 39 ++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/949a782c/src/main/webapp/carbondata-doap.rdf
----------------------------------------------------------------------
diff --git a/src/main/webapp/carbondata-doap.rdf b/src/main/webapp/carbondata-doap.rdf
new file mode 100644
index 0000000..00749dd
--- /dev/null
+++ b/src/main/webapp/carbondata-doap.rdf
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="https://carbondata.apache.org">
+    <created>2017-11-16</created>
+    <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" />
+    <name>Apache CarbonData</name>
+    <homepage rdf:resource="https://carbondata.apache.org" />
+    <asfext:pmc rdf:resource="https://carbondata.apache.org" />
+    <shortdesc>Apache CarbonData is an indexed columnar data format for fast analytics on big data platform, e.g. Apache Hadoop, Apache Spark, etc.</shortdesc>
+    <description>Apache CarbonData is a new big data file format for faster interactive query using advanced columnar storage, index, compression and encoding techniques to improve computing efficiency, which helps in speeding up queries by an order of magnitude faster over PetaBytes of data.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CARBONDATA" />
+    <mailing-list rdf:resource="https://github.com/apache/carbondata/blob/master/docs/How-to-contribute-to-Apache-CarbonData.md" />
+    <download-page rdf:resource="ihttp://carbondata.apache.org/" />
+    <programming-language>Java</programming-language>
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+  </Project>
+</rdf:RDF>