tag | eb6dae94bd495fff18f1616abc26ee66e5567553 | |
---|---|---|
tagger | Stefan Seifert <sseifert@apache.org> | Wed Feb 24 12:22:59 2016 +0000 |
object | d8fd122603e1a7b9d0b8872b3da50e78cd1c5497 |
org.apache.sling.nosql.mongodb-resourceprovider-1.1.0
commit | d8fd122603e1a7b9d0b8872b3da50e78cd1c5497 | [log] [tgz] |
---|---|---|
author | Stefan Seifert <sseifert@apache.org> | Wed Feb 24 12:22:59 2016 +0000 |
committer | Stefan Seifert <sseifert@apache.org> | Wed Feb 24 12:22:59 2016 +0000 |
tree | 55d4da2c0fa9d04a9e3ea15141fbcd87b57c36d0 | |
parent | 78733b62012f137beb7a14ae05f3a77e7204734f [diff] |
[maven-release-plugin] copy for tag org.apache.sling.nosql.mongodb-resourceprovider-1.1.0 git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.nosql.mongodb-resourceprovider-1.1.0@1732125 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