This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-mongodb-resourceprovider.git
commit 4c53655e67b5b05dd0d5aa77f8dd95c10d30345a Author: Stefan Seifert <[email protected]> AuthorDate: Mon Sep 14 21:31:48 2015 +0000 SLING-5024 add/update readme git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1703067 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc6f114..eb9f53d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Sling ResourceProvider implementation that uses [MongoDB](https://www.mongodb.or 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 --------------------------- -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
