tag | b427c53402dbb0e35c453954bca978357c95a38c | |
---|---|---|
tagger | Stefan Seifert <sseifert@apache.org> | Thu Sep 17 21:39:22 2015 +0000 |
object | 0f5b9867aafe3b4471599f7d57cc94aa26af4435 |
org.apache.sling.nosql.mongodb-resourceprovider-1.0.0
commit | 0f5b9867aafe3b4471599f7d57cc94aa26af4435 | [log] [tgz] |
---|---|---|
author | Stefan Seifert <sseifert@apache.org> | Thu Sep 17 21:39:22 2015 +0000 |
committer | Stefan Seifert <sseifert@apache.org> | Thu Sep 17 21:39:22 2015 +0000 |
tree | 9f9c56b7ce6582d67b0be1d6042227bccd286eee | |
parent | 387691b0f489ce8175b8568526dc243b0d8ade1e [diff] |
[maven-release-plugin] copy for tag org.apache.sling.nosql.mongodb-resourceprovider-1.0.0 git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.nosql.mongodb-resourceprovider-1.0.0@1703711 13f79535-47bb-0310-9956-ffa450edef68
Sling ResourceProvider implementation that uses MongoDB NoSQL database as persistence.
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.
To run the integration tests you have to set up a real MongoDB server and run the tests with this command line (inserting the correct parameters):
mvn -Pmongodb-integration-test -DconnectionString=localhost:27017 -Ddatabase=sling -Dcollection=resources integration-test