Skip to content

daschl/couchbase-java-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Couchbase Java Client Library

This is the official client library for use with Couchbase Server.

SUPPORT

If you found an issue, please file it in our JIRA. Also you are always welcome on #libcouchbase channel at freenode.net IRC servers.

Documentation: http://www.couchbase.com/docs/

INSTALL

The library may be installed either through maven or through standalone jar files. See the main website for details.

USING

A simple creation of a client may be done like so:

List<URI> baseList = Arrays.asList(
  URI.create("http://192.168.0.1:8091/pools"),
  URI.create("http://192.168.0.2:8091/pools"));
CouchbaseClient client = new CouchbaseClient(baseList, "default", "")

See the documentation on the site for more usage details, including a getting started guide and a tutorial.

PREVIEWS

Note that this 1.1 preview has support for Couchbase Views which are new to Couchbase Server 2.0. This portion of the API is still being developed and undergoing changes. See the preview page on the website for more information on obtaining and using the 1.1 previews or look to the documentation on the Couchbase website. Source code repositories be found in the master branch on github.

About

The official Java client for Couchbase Server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%