You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/06/01 19:56:32 UTC

[18/19] incubator-calcite git commit: Calcite DOAP

Calcite DOAP


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/cd9c9085
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/cd9c9085
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/cd9c9085

Branch: refs/heads/master
Commit: cd9c90858ada88c5cdfb3e2bdd11dee78d8445cf
Parents: 5c049bc
Author: Julian Hyde <jh...@apache.org>
Authored: Wed May 27 19:27:04 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Jun 1 00:01:55 2015 -0700

----------------------------------------------------------------------
 site/doap_calcite.rdf | 59 ++++++++++++++++++++++++++++++++++++++++++++++
 site/doap_orc.rdf     | 56 -------------------------------------------
 2 files changed, 59 insertions(+), 56 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/cd9c9085/site/doap_calcite.rdf
----------------------------------------------------------------------
diff --git a/site/doap_calcite.rdf b/site/doap_calcite.rdf
new file mode 100644
index 0000000..cb9f469
--- /dev/null
+++ b/site/doap_calcite.rdf
@@ -0,0 +1,59 @@
+<?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://calcite.incubator.apache.org">
+    <created>2015-05-27</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Calcite</name>
+    <homepage rdf:resource="https://calcite.incubator.apache.org" />
+    <asfext:pmc rdf:resource="https://calcite.incubator.apache.org" />
+    <shortdesc>A dynamic data management framework.</shortdesc>
+    <description>Calcite is a framework for writing data management
+      systems.  It converts queries, represented in relational algebra,
+      into an efficient executable form using pluggable query
+      transformation rules. There is an optional SQL parser and JDBC
+      driver. Calcite does not store data or have a preferred execution
+      engine. Data formats, execution algorithms, planning rules,
+      operator types, metadata, and cost model are added at runtime as
+      plugins.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CALCITE" />
+    <mailing-list rdf:resource="https://calcite.incubator.apache.org/develop" />
+    <download-page rdf:resource="https://calcite.incubator.apache.org/downloads" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <category rdf:resource="http://projects.apache.org/category/hadoop" />
+    <category rdf:resource="http://projects.apache.org/category/sql" />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-calcite.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-calcite"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Julian Hyde</foaf:name>
+          <foaf:mbox rdf:resource="mailto:jhyde@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/cd9c9085/site/doap_orc.rdf
----------------------------------------------------------------------
diff --git a/site/doap_orc.rdf b/site/doap_orc.rdf
deleted file mode 100644
index 428a012..0000000
--- a/site/doap_orc.rdf
+++ /dev/null
@@ -1,56 +0,0 @@
-<?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://orc.apache.org">
-    <created>2015-05-12</created>
-    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
-    <name>Apache Orc</name>
-    <homepage rdf:resource="https://orc.apache.org" />
-    <asfext:pmc rdf:resource="https://orc.apache.org" />
-    <shortdesc>A high-performance columnar file format for Hadoop workloads.</shortdesc>
-    <description>ORC is a self-describing type-aware columnar file format designed for
-Hadoop workloads. It is optimized for large streaming reads, but with
-integrated support for finding required rows quickly. Storing data in
-a columnar format lets the reader read, decompress, and process only
-the values that are required for the current query.</description>
-    <bug-database rdf:resource="https://issues.apache.org/jira/browse/orc" />
-    <mailing-list rdf:resource="https://orc.apache.org/develop" />
-    <download-page rdf:resource="https://orc.apache.org/downloads" />
-    <programming-language>Java</programming-language>
-    <programming-language>C++</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/big-data" />
-    <category rdf:resource="http://projects.apache.org/category/hadoop" />
-    <repository>
-      <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/orc.git"/>
-        <browse rdf:resource="https://github.com/apache/orc"/>
-      </GitRepository>
-    </repository>
-    <maintainer>
-      <foaf:Person>
-        <foaf:name>Owen O'Malley</foaf:name>
-          <foaf:mbox rdf:resource="mailto:omalley@apache.org"/>
-      </foaf:Person>
-    </maintainer>
-  </Project>
-</rdf:RDF>