You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2015/09/04 07:10:23 UTC

svn commit: r964264 - in /websites/staging/accumulo/trunk/content: ./ projects.html

Author: buildbot
Date: Fri Sep  4 05:10:23 2015
New Revision: 964264

Log:
Staging update by buildbot for accumulo

Modified:
    websites/staging/accumulo/trunk/content/   (props changed)
    websites/staging/accumulo/trunk/content/projects.html

Propchange: websites/staging/accumulo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep  4 05:10:23 2015
@@ -1 +1 @@
-1701162
+1701163

Modified: websites/staging/accumulo/trunk/content/projects.html
==============================================================================
--- websites/staging/accumulo/trunk/content/projects.html (original)
+++ websites/staging/accumulo/trunk/content/projects.html Fri Sep  4 05:10:23 2015
@@ -34,7 +34,7 @@
   <script src="/js/dataTables.bootstrap.js"></script>
   <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
   <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
-  <title>Apache Accumulo Related Links</title>
+  <title>Apache Accumulo Related Projects</title>
   
 <script>
   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -216,7 +216,7 @@ Latest 1.5 release: <strong>1.5.3</stron
 
   <div id="content">
 
-    <h1 class="title">Apache Accumulo Related Links</h1>
+    <h1 class="title">Apache Accumulo Related Projects</h1>
 
     <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -231,26 +231,27 @@ Latest 1.5 release: <strong>1.5.3</stron
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p>The Apache Accumulo community is happy to promote and encourage use of Accumulo in ways that are novel and reusable
 by other users within the community. As such, we're happy to curate a list of projects related to Accumulo to give
-them visibility to a larger audience.</p>
+them visibility to a larger audience. To have you project listed here, send a request to the
+<a href="mailto:dev@accumulo.apache.org">developer's mailing list</a></p>
 <h2 id="user-created-applications">User-Created Applications<a class="headerlink" href="#user-created-applications" title="Permanent link">&para;</a></h2>
 <h4 id="trendulo">Trendulo<a class="headerlink" href="#trendulo" title="Permanent link">&para;</a></h4>
-<p>Twitter trend analysis using Apache Accumulo http://trendulo.com/. Source code is available at https://github.com/jaredwinick/Trendulo.</p>
+<p><a href="http://trendulo.com/">Trendulo</a> is Twitter trend analysis using Apache Accumulo. The <a href="https://github.com/jaredwinick/Trendulo">source code</a> is publicly available.</p>
 <h4 id="wikisearch">Wikisearch<a class="headerlink" href="#wikisearch" title="Permanent link">&para;</a></h4>
 <p>The <a href="/example/wikisearch.html">Wikisearch project</a> is a rough example of generalized secondary indexing, both ingest
 and search, built on top of Apache Accumulo. This write contains more information on the project as well as some
 general performance numbers of the project.</p>
 <h4 id="nodejs-rabbitmq-and-accumulo">Node.js, RabbitMQ, and Accumulo<a class="headerlink" href="#nodejs-rabbitmq-and-accumulo" title="Permanent link">&para;</a></h4>
-<p>A simple example using Node.js to interact with Accumulo using RabbitMQ is available at https://github.com/joshelser/node-accumulo.</p>
+<p>A <a href="https://github.com/joshelser/node-accumulo">simple example</a> using Node.js to interact with Accumulo using RabbitMQ .</p>
 <h4 id="goraci">Goraci<a class="headerlink" href="#goraci" title="Permanent link">&para;</a></h4>
 <p><a href="http://gora.apache.org">Apache Gora</a> is a data-model library for big-data applications. <a href="https://github.com/keith-turner/goraci">Goraci</a>
 is an application of Accumulo continuous ingest (CI) test on Gora which verifies that data is not lost.</p>
 <h4 id="proxyinstance">ProxyInstance<a class="headerlink" href="#proxyinstance" title="Permanent link">&para;</a></h4>
 <p>ProxyInstance is a Java Instance implementation of the Accumulo Instance interface that communicates with
-an Accumulo cluster via an Accumulo Thrift proxy server. Documentation is available http://jhuapl.github.io/accumulo-proxy-instance/proxy_instance_user_manual.html
-as well as the code https://github.com/JHUAPL/accumulo-proxy-instance.</p>
+an Accumulo cluster via an Accumulo Thrift proxy server. <a href="http://jhuapl.github.io/accumulo-proxy-instance/proxy_instance_user_manual.html">Documentation</a> and
+<a href="https://github.com/JHUAPL/accumulo-proxy-instance">code</a> are available.</p>
 <h4 id="graphulo">Graphulo<a class="headerlink" href="#graphulo" title="Permanent link">&para;</a></h4>
 <p>Graphulo is a Java library for Apache Accumulo which delivers server-side sparse matrix math primitives that
-enable higher-level graph algorithms and analytics. The code is available for access at https://github.com/Accla/graphulo.</p>
+enable higher-level graph algorithms and analytics. <a href="https://github.com/Accla/graphulo">Code</a>.</p>
 <h2 id="github">Github<a class="headerlink" href="#github" title="Permanent link">&para;</a></h2>
 <p><a href="https://github.com/search?q=accumulo&amp;type=Repositories">Github</a> also contains many projects that use/reference Accumulo
 in some way, shape or form.</p>
@@ -277,7 +278,7 @@ in some way, shape or form.</p>
 
 <script type="text/javascript">
 
-$("#nav_papers").addClass("active");
+$("#nav_projects").addClass("active");
 
 </script>
 </body>