Author: lewismc
Date: Wed Jun 4 18:06:07 2014
New Revision: 1600405
URL: http://svn.apache.org/r1600405
Log:
Add mongo announcement
Modified:
gora/site/trunk/content/index.md
Modified: gora/site/trunk/content/index.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/index.md?rev=1600405&r1=1600404&r2=1600405&view=diff
==============================================================================
--- gora/site/trunk/content/index.md (original)
+++ gora/site/trunk/content/index.md Wed Jun 4 18:06:07 2014
@@ -38,6 +38,45 @@ Title: Welcome to Apache Gora™
## News
+### 04 June, 2014: Apache Gora now supports [MongoDB](http://www.mongodb.org/)
+<img
src="http://engineering.linkedin.com/sites/default/files/mongodb-logo.png"
alt="MongoDB Logo">
+
+The Gora community is proud to announce support MongoDB amongst our growing
datastore
+support arsenal. MongoDB is an open-source document database, and the leading
NoSQL database. Written in C++, MongoDB features:
+
+* Document-Oriented Storage
+
+* JSON-style documents with dynamic schemas offer simplicity and power.
+
+* Full Index Support
+
+* Index on any attribute, just like you're used to.
+
+* Replication & High Availability
+
+* Mirror across LANs and WANs for scale and peace of mind.
+
+* Auto-Sharding
+
+* Scale horizontally without compromising functionality.
+
+* Querying
+
+* Rich, document-based queries.
+
+* Fast In-Place Updates
+
+* Atomic modifiers for contention-free performance.
+
+* [MapReduce](http://hadoop.apache.org/docs/r1.2.1/mapred_tutorial.html).
+
+* Flexible aggregation and data processing.
+
+* GridFS
+
+* Store files of any size without complicating your stack.
+
+The current supported version of is MongoDB is 2.6 with client version support
at 2.12.2.
### 29 May, 2014: Apache Gora now implemented as [Apache
Camel](http://camel.apache.org) Component
<img src="http://camel.apache.org/images/apache-camel-100h.png" alt="Apache
Camel Logo">
@@ -62,6 +101,8 @@ You can use this module with the followi
You can find more information on the history of the development on the
relevant [Jira ticket](https://issues.apache.org/jira/browse/CAMEL-4817).
+You can also view the [gora-camel](./current/gora-camel.html) documentation.
+
### 19 May, 2014: Apache Gora at [HBase London
Meetup](http://www.meetup.com/HBase-London/events/179791252/)
<img src="http://hbase.apache.org/images/hbase_logo.png" alt="HBase London
Meetup">