commit | 3fdd9e37e1bf2c712b9d47f0c870bd4a7f173081 | [log] [tgz] |
---|---|---|
author | Oliver Lietz <olli@apache.org> | Tue Jul 07 07:36:29 2015 +0000 |
committer | Oliver Lietz <olli@apache.org> | Tue Jul 07 07:36:29 2015 +0000 |
tree | f7b66b4916cfcfe73a87a24e227dd37776f7e746 | |
parent | 4716dab4aeb43126ba18143df1b42f144ae9eb2e [diff] |
set parent version to 24 and add empty relativePath where missing git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1689588 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