You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Available as of Camel Extra 2.13

The camel-couchbase component supports the interaction to the NoSQL document database Couchbase via the couchbase-client library.

Dependency

<dependency>
  <groupId>org.apache-extras.camel-extra</groupId>
  <artifactId>camel-couchbase</artifactId>
  <version>2.13.0</version>
</dependency>

URI format

couchbase:protocol://host[:port]/bucket
  • No labels