commit | 87bfc44776310b8a92f6b8588b633c76f6982414 | [log] [tgz] |
---|---|---|
author | Stefan Seifert <sseifert@apache.org> | Wed May 20 20:33:04 2015 +0000 |
committer | Stefan Seifert <sseifert@apache.org> | Wed May 20 20:33:04 2015 +0000 |
tree | e97df2d9938fb81f824f02ee5805dc3df0bd55d3 | |
parent | 5c36c3e12c08475addc9ce503e784c020a520803 [diff] |
SLING-4381 add webconsole hint git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680670 13f79535-47bb-0310-9956-ffa450edef68
Sling ResourceProvider implementation that uses Couchbase NoSQL database as persistence.
Based on the “Apache Sling NoSQL Generic Resource Provider” and “Apache Sling NoSQL Couchbase Client”.
For list and delete operations two couchbase views have to be defined and published in the bucket that is used by the resource provider.
Steps to create those views:
To run the integration tests you have to set up a real couchbase server and run the tests with this command line (inserting the correct parameters for couchbase host and bucket):
mvn -Pcouchbase-integration-test -DcouchbaseHosts=localhost:8091 -DbucketName=test integration-test