Author: sseifert
Date: Mon Sep 14 21:31:48 2015
New Revision: 1703067

URL: http://svn.apache.org/r1703067
Log:
SLING-5024 add/update readme

Added:
    sling/trunk/contrib/extensions/mongodb/README.txt   (with props)
Modified:
    sling/trunk/contrib/nosql/mongodb-resourceprovider/README.md

Added: sling/trunk/contrib/extensions/mongodb/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/mongodb/README.txt?rev=1703067&view=auto
==============================================================================
--- sling/trunk/contrib/extensions/mongodb/README.txt (added)
+++ sling/trunk/contrib/extensions/mongodb/README.txt Mon Sep 14 21:31:48 2015
@@ -0,0 +1,6 @@
+This is a Sling Resource Provider for MongoDB implementation (from 2012)
+
+The Sling provides also a different implementation based on the Generic NoSQL 
Resource Provider for MongoDB:
+https://svn.apache.org/repos/asf/sling/trunk/contrib/nosql/mongodb-resourceprovider
+
+Please note that both implementations are not interchangeable because they 
store the data in MongoDB in different formats.

Propchange: sling/trunk/contrib/extensions/mongodb/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sling/trunk/contrib/extensions/mongodb/README.txt
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Mon Sep 14 21:31:48 2015
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: sling/trunk/contrib/extensions/mongodb/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: sling/trunk/contrib/nosql/mongodb-resourceprovider/README.md
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/mongodb-resourceprovider/README.md?rev=1703067&r1=1703066&r2=1703067&view=diff
==============================================================================
--- sling/trunk/contrib/nosql/mongodb-resourceprovider/README.md (original)
+++ sling/trunk/contrib/nosql/mongodb-resourceprovider/README.md Mon Sep 14 
21:31:48 2015
@@ -5,6 +5,8 @@ Sling ResourceProvider implementation th
 
 Based on the "Apache Sling NoSQL Generic Resource Provider".
 
+All resource data is stored in one MongoDB database and one collection, using 
the path of the resource as "_id" property.
+
 
 Configuration on deployment
 ---------------------------


Reply via email to