Author: lewismc
Date: Wed Oct 15 16:23:46 2014
New Revision: 1632110

URL: http://svn.apache.org/r1632110
Log:
Substantiate upon Gora modules

Modified:
    gora/site/trunk/content/current/index.md

Modified: gora/site/trunk/content/current/index.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/index.md?rev=1632110&r1=1632109&r2=1632110&view=diff
==============================================================================
--- gora/site/trunk/content/current/index.md (original)
+++ gora/site/trunk/content/current/index.md Wed Oct 15 16:23:46 2014
@@ -25,15 +25,23 @@ It is wise so start with going over the 
 module and then the specific data store module(s) you want to use. The 
 following modules are currently implemented in Gora.
 
-* [gora-compiler](./compiler.html): A page dedicated to the GoraCompiler; a 
critical part of the Gora workflow.
+* [gora-compiler](./compiler.html): A page dedicated to the GoraCompiler; a 
critical part of the Gora workflow;
+* [gora-compiler-cli](./compiler-cli.html): A page dedicated to the 
GoraCompiler Command Line Interface; a utility module for working with the Gora 
Compiler;
+* [gora-shims-hadoop](./gora-shims.html): Base module enabling us to use Gora 
with multiple versions of Hadoop in a flexible manner;
+* [gora-shims-hadoop-1.x](./gora-shims.html): Module enabling us to use Gora 
with Hadoop 1.X;
+* [gora-shims-hadoop-2.x](./gora-shims.html): Module enabling us to use Gora 
with Hadoop 2.X;
+* [gora-shims-hadoop-distribution](./gora-shims.html): Packaging container 
module enabling easier dependency management whilst working with Gora Shims;
 * [gora-core](./gora-core.html): Module containing core functionality, 
AvroStore and DataFileAvroStore stores;
 * [gora-accumulo](./gora-accumulo.html): Module for [Apache 
Accumulo](http://accumulo.apache.org) backend and AccumuloStore implementation;
-* [camel-gora](./gora-camel.html): An [Apache Camel](http://camel.apache.org/) 
component that allows you to work with NoSQL databases using Gora. 
+* [camel-gora](./gora-camel.html): An [Apache Camel](http://camel.apache.org/) 
component that allows you to work with NoSQL databases using Gora;
 * [gora-cassandra](./gora-cassandra.html): Module for [Apache 
Cassandra](http://cassandra.apacheorg) backend and CassandraStore 
implementation;
 * [gora-dynamodb](./gora-dynamodb.html): Module for [Amazon 
DynamoDB](http://aws.amazon.com/dynamodb/) backend and DynamoDBStore 
implementation;
 * [gora-hbase](./gora-hbase.html): Module for [Apache 
HBase](http://hbase.apache.org) backend and HBaseStore implementation;
-* [gora-solr](./gora-solr.html): Module for [Apache 
Solr](http://lucene.apache.org/solr) backend and SolrStore implementation;
+* [gora-metamodel](./gora-metamodel.html): Module for [Apache 
MetaModel](http://metamodel.incubator.apache.org) backend and query 
functionality;
 * [gora-mongodb](./gora-mongodb.html): Module for 
[MongoDB](http://www.mongodb.org/) backend and MongoStore implementation;
+* [gora-solr](./gora-solr.html): Module for [Apache 
Solr](http://lucene.apache.org/solr) backend and SolrStore implementation;
+* [gora-tutorial](./tutorial.html): The Gora LogManager tutorial;
+* gora-sources-dist: Packaging module used to build and distribute Gora 
sources during project releases;
 
 We currently have modules under development for [Oracle 
NoSQL](http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html)
 and [Apache Lucene](http://lucene.apache.org).
 


Reply via email to