You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2014/06/04 04:23:04 UTC

svn commit: r1599850 - /phoenix/doap_phoenix.rdf

Author: jamestaylor
Date: Wed Jun  4 02:23:04 2014
New Revision: 1599850

URL: http://svn.apache.org/r1599850
Log:
Add DOAP file for Phoenix

Added:
    phoenix/doap_phoenix.rdf

Added: phoenix/doap_phoenix.rdf
URL: http://svn.apache.org/viewvc/phoenix/doap_phoenix.rdf?rev=1599850&view=auto
==============================================================================
--- phoenix/doap_phoenix.rdf (added)
+++ phoenix/doap_phoenix.rdf Wed Jun  4 02:23:04 2014
@@ -0,0 +1,69 @@
+<?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="http://phoenix.apache.org">
+    <created>2012-04-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Phoenix</name>
+    <homepage rdf:resource="http://phoenix.apache.org" />
+    <asfext:pmc rdf:resource="http://phoenix.apache.org" />
+    <shortdesc>Apache Phoenix takes a NoSQL key/value store such as Apache HBase and turns it into a SQL database. </shortdesc>
+    <description> Apache Phoenix is a SQL query engine for accessing NoSQL datastores such as Apache HBase. It is accessed as a JDBC driver and enables querying, updating, and managing NoSQL tables through standard SQL. Instead of using map-reduce, Apache Phoenix compiles your SQL query into a series of HBase scans and orchestrates the running of those scans to produce regular JDBC result sets. Direct use of the HBase API, along with coprocessors and custom filters, results in performance on the order of milliseconds for small queries, or seconds for tens of millions of rows. </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/PHOENIX" />
+    <mailing-list rdf:resource="http://phoenix.apache.org/mailing_list.html" />
+    <download-page rdf:resource="http://phoenix.apache.org/download.html" />
+    <programming-language>Java</programming-language>
+    <programming-language>SQL</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <release>
+      <Version>
+        <name>Apache Phoenix 2.2.3-incubating</name>
+        <created>2014-03-13</created>
+        <revision>2.2.3</revision>
+      </Version>
+      <Version>
+        <name>Apache Phoenix 3.0.0-incubating</name>
+        <created>2014-04-03</created>
+        <revision>3.0.0</revision>
+      </Version>
+      <Version>
+        <name>Apache Phoenix 4.0.0-incubating</name>
+        <created>2014-04-04</created>
+        <revision>4.0.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/phoenix.git"/>
+        <browse rdf:resource="https://github.com/apache/phoenix"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Phoenix Developers</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@phoenix.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>