You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2017/12/26 14:50:08 UTC

svn commit: r1819286 - /gora/site/trunk/content/current/index.md

Author: lewismc
Date: Tue Dec 26 14:50:07 2017
New Revision: 1819286

URL: http://svn.apache.org/viewvc?rev=1819286&view=rev
Log:
CMS commit to gora by lewismc

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=1819286&r1=1819285&r2=1819286&view=diff
==============================================================================
--- gora/site/trunk/content/current/index.md (original)
+++ gora/site/trunk/content/current/index.md Tue Dec 26 14:50:07 2017
@@ -27,10 +27,6 @@ following modules are currently implemen
 
 * [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, GoraSparkEngine;
 * [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;
@@ -46,7 +42,10 @@ following modules are currently implemen
 * [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).
+We currently have modules under development for several other storage mediums such 
+as [Oracle NoSQL](http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html) 
+and [Apache Lucene](http://lucene.apache.org). Consult the Gora source, located on [Github](https://github.com/apache/gora/)
+for a complete list of modules.
 
 ##Gora Testing
 Gora currently has two testing mechanisms