Document Versioning in Couchbase

This blog was originally posted by David Maier here Couchbase Server does out of the box not support document revisions but it would be quite simple to implement it on the application side. This article describes ways how to do…

Flexible and Scalable Content Management using Apache Chemistry OpenCmis and Couchbase

 This Blog was originally posted by Cecile Le Pape here Is it possible to build a Content Management system flexible and scalable ? Flexible so I can choose independently my file storage and my metadata storage.  Each of these parts…

How many Buckets?

This Blog was originally posted by David Maier here In Couchbase the equivalent of a database is called a bucket. A bucket is basically a data container which is split into 1024 partitions, the so called vBuckets. Each partition is…

Loading data in Couchbase with RxJava

This Blog was originally posted by Francois Cerebella here Sep 22, 2015 • fcerbell This short tutorial explains how to find an interesting data set (quantitatively and qualitatively) and load it into Couchbase in order to play with it. This…

Couchbase Online Training

Hi Everyone Check out the Couchbase training class webinars online, I hope you enjoy them. (Please note, you have to register to view them but it is well worth it.) Couchbase 101 Couchbase 102 Couchbase 103 Couchbase 104 Couchbase 105

Lifecycle of a Node in Couchbase Server Demystified: Adding & Removing Nodes, Rebalancing & Failover

This blog was originally posted by Cihan Biyikoglu here on November 17th 2014  One of the top attributes of Couchbase Server is its simplicity when it comes to deploying and managing a cluster. Changing the topology of a cluster can be…