Author: lewismc
Date: Sat May 17 20:15:47 2014
New Revision: 1595536
URL: http://svn.apache.org/r1595536
Log:
update data store support
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=1595536&r1=1595535&r2=1595536&view=diff
==============================================================================
--- gora/site/trunk/content/current/index.md (original)
+++ gora/site/trunk/content/current/index.md Sat May 17 20:15:47 2014
@@ -6,7 +6,8 @@ This is the main entry point for Gora do
* First if you haven't already done so, make sure to check the [quick start
guide](./quickstart.html).
* Basic information about gora modules can be found below.
* You can also take a look at the [API Documentation](./api/javadoc.html)
which contains the javadoc
- for all of the modules combined. We are always looking for [Documentation
contributions](../contribute.html).
+ for all of the modules combined.
+* We are always looking for [Documentation contributions](../contribute.html).
You can find an abstract overview of how to configure Gora
[here](./gora-conf.html).
@@ -19,7 +20,7 @@ the specific module can be found at the
It is wise so start with going over the documentation for the gora-core
module and then the specific data store module(s) you want to use. The
-following modules are currently implemented in gora.
+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-core](./gora-core.html): Module containing core functionality,
AvroStore and DataFileAvroStore stores;
@@ -27,4 +28,7 @@ following modules are currently implemen
* [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-sql](./gora-sql.html): Module for [HSQLDB](http://hsqldb.org/) and
[MySQL](http://www.mysql.com/) backend and SqlStore implementation;
+* [gora-solr(./gora-solr.html): Module for [Apache
Solr](http://lucene.apache.org/solr) backend and SolrStore implementation;
+
+We currently have modules under development for [Oracle
NoSQL](http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html),
+[MongoDB](http://www.mongodb.org/) and [Apache
Lucene](http://lucene.apache.org).