CRUD for a bucket?

Hi,
So you have many ways to create buckets:

  1. Using the Web Console
  2. All the operation you do in the Web Console are available as REST API, documentation of this API is available here
    http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-admin-resta
  3. You can do this using the ClusterManager class in Java. Take a look to this test that is a good starting point for this:
    https://github.com/couchbase/couchbase-java-client/blob/master/src/test/
    Regards