This is a simple cloud connector for Mule (specifically version 3.3) that allows integration with Couchbase.
Run the Maven command "mvn package -Ddevkit.studio.package.skip=false" to build the connector.
This connector is meant to work with the Java Couchbase 1.0.3 client. It's not guaranteed to work with later versions. =)
After you've succesfully built the connector, you need to follow these steps to install in Mule Studio:
- In Mule Studio, access the Help menu, then select Install Software.
- Click the Add button to add an update site.
- In the Name field, enter the name, "Couchbase".
- Enter the full path to your connector, prepended with file:/", then click OK.
- Select your connector from the update site.
- Follow the steps to accept the license, then restart Studio.
- Studio makes your new cloud connector available for selection in the Studio palette.
(Steps taken from http://www.mulesoft.org/documentation/display/current/Your+First+Cloud+Connector)