You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2015/10/06 00:02:24 UTC

svn commit: r1706927 - in /phoenix: ./ site/publish/ site/publish/images/using/ site/source/src/site/markdown/ site/source/src/site/resources/images/using/

Author: mujtaba
Date: Mon Oct  5 22:02:24 2015
New Revision: 1706927

URL: http://svn.apache.org/viewvc?rev=1706927&view=rev
Log:
Add HomeAway to Who is using Phoenix page

Added:
    phoenix/site/publish/images/using/all.png   (with props)
    phoenix/site/publish/images/using/homeaway.png   (with props)
    phoenix/site/source/src/site/resources/images/using/all.png   (with props)
    phoenix/site/source/src/site/resources/images/using/homeaway.png   (with props)
Removed:
    phoenix/site/source/src/site/resources/images/using/all.jpeg
Modified:
    phoenix/build.sh
    phoenix/site/publish/index.html
    phoenix/site/publish/who_is_using.html
    phoenix/site/source/src/site/markdown/index.md
    phoenix/site/source/src/site/markdown/who_is_using.md

Modified: phoenix/build.sh
URL: http://svn.apache.org/viewvc/phoenix/build.sh?rev=1706927&r1=1706926&r2=1706927&view=diff
==============================================================================
--- phoenix/build.sh (original)
+++ phoenix/build.sh Mon Oct  5 22:02:24 2015
@@ -1,6 +1,5 @@
 #!/bin/sh
 echo "Generate Phoenix Website"
-echo "Pre-req: On source repo run $ mvn install -DskipTests"
 echo ""
 
 echo "BUILDING LANGUAGE REFERENCE"

Added: phoenix/site/publish/images/using/all.png
URL: http://svn.apache.org/viewvc/phoenix/site/publish/images/using/all.png?rev=1706927&view=auto
==============================================================================
Binary file - no diff available.

Propchange: phoenix/site/publish/images/using/all.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: phoenix/site/publish/images/using/homeaway.png
URL: http://svn.apache.org/viewvc/phoenix/site/publish/images/using/homeaway.png?rev=1706927&view=auto
==============================================================================
Binary file - no diff available.

Propchange: phoenix/site/publish/images/using/homeaway.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: phoenix/site/publish/index.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/index.html?rev=1706927&r1=1706926&r2=1706927&view=diff
==============================================================================
--- phoenix/site/publish/index.html (original)
+++ phoenix/site/publish/index.html Mon Oct  5 22:02:24 2015
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2015-10-01
+ Generated by Apache Maven Doxia at 2015-10-05
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -184,7 +184,7 @@
   <h2 id="Overview">Overview</h2>
  </div> 
  <p>Apache Phoenix is a relational database layer over HBase delivered as a client-embedded JDBC driver targeting low latency queries over HBase data. Apache Phoenix takes your SQL query, compiles it into a series of HBase scans, and orchestrates the running of those scans to produce regular JDBC result sets. The table metadata is stored in an HBase table and versioned, such that snapshot queries over prior versions will automatically use the correct schema. Direct use of the HBase API, along with coprocessors and custom filters, results in <a href="performance.html">performance</a> on the order of milliseconds for small queries, or seconds for tens of millions of rows. </p> 
- <p align="center"> <br />Who is using Apache Phoenix? Read more <a href="who_is_using.html">here...</a><br /> <img src="images/using/all.jpeg" alt="" /> </p> 
+ <p align="center"> <br />Who is using Apache Phoenix? Read more <a href="who_is_using.html">here...</a><br /> <img src="images/using/all.png" alt="" /> </p> 
 </div> 
 <div class="section"> 
  <h2 id="Mission">Mission</h2> 

Modified: phoenix/site/publish/who_is_using.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/who_is_using.html?rev=1706927&r1=1706926&r2=1706927&view=diff
==============================================================================
--- phoenix/site/publish/who_is_using.html (original)
+++ phoenix/site/publish/who_is_using.html Mon Oct  5 22:02:24 2015
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2015-10-01
+ Generated by Apache Maven Doxia at 2015-10-05
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -221,6 +221,9 @@
       <tr class="a"> 
        <td> <img src="images/using/dp.png" alt="" /> <br /><br /> At Delta Projects we use Phoenix for storing data as a basis for measuring activities and generating reports. We chose Phoenix because it provides the scalability of HBase and the expressiveness of SQL.<br /><br /> Kristoffer Sj&ouml;gren, System Developer <br /></td>
       </tr> 
+      <tr class="b"> 
+       <td><br /> <img src="images/using/homeaway.png" alt="" /> <br /><br /> Apache Phoenix enables easy integration with HBase for systems that rely on JDBC/SQL. HomeAway, the world leader in Vacation Rentals, leverages Phoenix as a SQL abstraction for HBase's powerful columnar storage to generate statistics for vacation rental owners on HomeAway's Owner Dashboard. These statistics help HomeAway vacation rental owners gain key insights about the performance of their vacation rental, how well it is doing against 'the market', and how well it is doing historically.<br /><br /> From a pool of billions of records that go back 2 years, HomeAway is able to serve up customer-facing webpages from HBase, using Phoenix, in less than a second for the majority of our vacation rental owners. With Phoenix and HBase, HomeAway is able to share the same insight it has internally on the vacation rental market to its owners empowering them with the necessary data to make the right decisions maximizi
 ng their return on their vacation rental investment.<br /><br /> Ren&eacute; X. Parra, Principal Architect <br /></td>
+      </tr> 
      </tbody>
     </table> 
     <!-- End Second Column --> </td> 

Modified: phoenix/site/source/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/index.md?rev=1706927&r1=1706926&r2=1706927&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/index.md (original)
+++ phoenix/site/source/src/site/markdown/index.md Mon Oct  5 22:02:24 2015
@@ -57,7 +57,7 @@ Apache Phoenix is a relational database
 
 <p align="center">
 <br/>Who is using Apache Phoenix? Read more <a href="who_is_using.html">here...</a><br/>
-<img src="images/using/all.jpeg"/>
+<img src="images/using/all.png"/>
 </p>
 ## Mission
 Become the standard means of accessing HBase data through a well-defined, industry standard API.

Modified: phoenix/site/source/src/site/markdown/who_is_using.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/who_is_using.md?rev=1706927&r1=1706926&r2=1706927&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/who_is_using.md (original)
+++ phoenix/site/source/src/site/markdown/who_is_using.md Mon Oct  5 22:02:24 2015
@@ -238,6 +238,40 @@ it provides the scalability of HBase and
 Kristoffer Sjögren, System Developer
 <br/></td></tr>
 
+<tr><td><br/>
+<img src="images/using/homeaway.png"/>
+<br/><br/>
+
+Apache Phoenix enables easy integration with 
+HBase for systems that rely on JDBC/SQL. 
+HomeAway, the world leader in Vacation 
+Rentals, leverages Phoenix as a SQL abstraction 
+for HBase's powerful columnar storage 
+to generate statistics for vacation rental owners 
+on HomeAway's Owner Dashboard.  These 
+statistics help HomeAway vacation rental owners 
+gain key insights about the performance 
+of their vacation rental, how well it is doing 
+against 'the market', and how well it is doing 
+historically.<br/><br/> 
+
+From a pool of billions 
+of records that go back 2 years, HomeAway is 
+able to serve up customer-facing webpages 
+from HBase, using Phoenix, in less than a 
+second for the majority of our vacation rental 
+owners.  With Phoenix and HBase, HomeAway is 
+able to share the same insight it has 
+internally on the vacation rental market to 
+its owners empowering them with the 
+necessary data to make the right decisions 
+maximizing their return on their vacation 
+rental investment.<br/><br/>
+
+René X. Parra, Principal Architect
+<br/></td></tr>
+
+
 </table>
 <!--End Second Column-->
 </td>

Added: phoenix/site/source/src/site/resources/images/using/all.png
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/resources/images/using/all.png?rev=1706927&view=auto
==============================================================================
Binary file - no diff available.

Propchange: phoenix/site/source/src/site/resources/images/using/all.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: phoenix/site/source/src/site/resources/images/using/homeaway.png
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/resources/images/using/homeaway.png?rev=1706927&view=auto
==============================================================================
Binary file - no diff available.

Propchange: phoenix/site/source/src/site/resources/images/using/homeaway.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream