You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by bu...@apache.org on 2014/10/15 18:23:52 UTC

svn commit: r925862 - in /websites/staging/gora/trunk/content: ./ current/index.html

Author: buildbot
Date: Wed Oct 15 16:23:52 2014
New Revision: 925862

Log:
Staging update by buildbot for gora

Modified:
    websites/staging/gora/trunk/content/   (props changed)
    websites/staging/gora/trunk/content/current/index.html

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 15 16:23:52 2014
@@ -1 +1 @@
-1632108
+1632110

Modified: websites/staging/gora/trunk/content/current/index.html
==============================================================================
--- websites/staging/gora/trunk/content/current/index.html (original)
+++ websites/staging/gora/trunk/content/current/index.html Wed Oct 15 16:23:52 2014
@@ -197,15 +197,23 @@ the specific module can be found at the 
 module and then the specific data store module(s) you want to use. The 
 following modules are currently implemented in Gora.</p>
 <ul>
-<li><a href="./compiler.html">gora-compiler</a>: A page dedicated to the GoraCompiler; a critical part of the Gora workflow.</li>
+<li><a href="./compiler.html">gora-compiler</a>: A page dedicated to the GoraCompiler; a critical part of the Gora workflow;</li>
+<li><a href="./compiler-cli.html">gora-compiler-cli</a>: A page dedicated to the GoraCompiler Command Line Interface; a utility module for working with the Gora Compiler;</li>
+<li><a href="./gora-shims.html">gora-shims-hadoop</a>: Base module enabling us to use Gora with multiple versions of Hadoop in a flexible manner;</li>
+<li><a href="./gora-shims.html">gora-shims-hadoop-1.x</a>: Module enabling us to use Gora with Hadoop 1.X;</li>
+<li><a href="./gora-shims.html">gora-shims-hadoop-2.x</a>: Module enabling us to use Gora with Hadoop 2.X;</li>
+<li><a href="./gora-shims.html">gora-shims-hadoop-distribution</a>: Packaging container module enabling easier dependency management whilst working with Gora Shims;</li>
 <li><a href="./gora-core.html">gora-core</a>: Module containing core functionality, AvroStore and DataFileAvroStore stores;</li>
 <li><a href="./gora-accumulo.html">gora-accumulo</a>: Module for <a href="http://accumulo.apache.org">Apache Accumulo</a> backend and AccumuloStore implementation;</li>
-<li><a href="./gora-camel.html">camel-gora</a>: An <a href="http://camel.apache.org/">Apache Camel</a> component that allows you to work with NoSQL databases using Gora. </li>
+<li><a href="./gora-camel.html">camel-gora</a>: An <a href="http://camel.apache.org/">Apache Camel</a> component that allows you to work with NoSQL databases using Gora;</li>
 <li><a href="./gora-cassandra.html">gora-cassandra</a>: Module for <a href="http://cassandra.apacheorg">Apache Cassandra</a> backend and CassandraStore implementation;</li>
 <li><a href="./gora-dynamodb.html">gora-dynamodb</a>: Module for <a href="http://aws.amazon.com/dynamodb/">Amazon DynamoDB</a> backend and DynamoDBStore implementation;</li>
 <li><a href="./gora-hbase.html">gora-hbase</a>: Module for <a href="http://hbase.apache.org">Apache HBase</a> backend and HBaseStore implementation;</li>
-<li><a href="./gora-solr.html">gora-solr</a>: Module for <a href="http://lucene.apache.org/solr">Apache Solr</a> backend and SolrStore implementation;</li>
+<li><a href="./gora-metamodel.html">gora-metamodel</a>: Module for <a href="http://metamodel.incubator.apache.org">Apache MetaModel</a> backend and query functionality;</li>
 <li><a href="./gora-mongodb.html">gora-mongodb</a>: Module for <a href="http://www.mongodb.org/">MongoDB</a> backend and MongoStore implementation;</li>
+<li><a href="./gora-solr.html">gora-solr</a>: Module for <a href="http://lucene.apache.org/solr">Apache Solr</a> backend and SolrStore implementation;</li>
+<li><a href="./tutorial.html">gora-tutorial</a>: The Gora LogManager tutorial;</li>
+<li>gora-sources-dist: Packaging module used to build and distribute Gora sources during project releases;</li>
 </ul>
 <p>We currently have modules under development for <a href="http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html">Oracle NoSQL</a> and <a href="http://lucene.apache.org">Apache Lucene</a>.</p>
 <h2 id="gora-testing">Gora Testing</h2>