commit | 53826f8bd22b6477a7d0e477a791e5c9877d0902 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Thu Jun 25 13:10:59 2015 +0000 |
committer | Robert Munteanu <rombert@apache.org> | Thu Jun 25 13:10:59 2015 +0000 |
tree | b84c2ccc0e01cbea34145e2bdd1477a4b0b4defa | |
parent | df23bdcc6d72a4c97d3a58e1b4518c2d7e5b81b8 [diff] |
Update contrib modules to Parent 23 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1687503 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