Category: Uncategorized

Open Source, Community, and NoSQL
Open Source, Community, and NoSQL

I’m passionate about two things in my professional life: open source philosophy and distributed databases. I embraced open source philosophy at Red Hat. It’s a monastery for open source monks. Today, I continue to respect and admire Red Hat. I...

Couchbase Java SDK Internals
Couchbase Java SDK Internals

[This blog was syndicated from https://nitschinger.at/] Motivation This blog post is intended to be a very detailed and informative article for those who already have used the Couchbase Java SDK and want to know how the internals work. This is...

Error handling in the Java client library
Error handling in the Java client library

In my previous blog article, we looked at the errors thrown by libCouchbase clients such as ruby, python, C and C++. This blog will focus on the Java client library for Couchbase. In the Java client library, there are exceptions,...

Logging with the Couchbase Java Client
Logging with the Couchbase Java Client

[This blog was syndicated from https://nitschinger.at/] Introduction There is a huge variety in logging frameworks for Java, and its hard to please everyone. To understand how logging is currently handled in the SDK, we have to go back a few...

A Couchbase Cluster in Minutes with Vagrant and Puppet
A Couchbase Cluster in Minutes with Vagrant and Puppet

[This blog was syndicated from https://nitschinger.at/]   Motivation Since I work as part of the engineering team at Couchbase, I need to run my code against a variety of server deployments. We run a multitude of operating systems and software...

Couchbase @ Clickspace : Transforming digital signage
Couchbase @ Clickspace : Transforming digital signage

Learn why Clickspace went with Couchbase Server, what they’re doing with Couchbase, and why Couchbase is the best choice for the platform they are building.

Cloudifying Couchbase
Cloudifying Couchbase

As architects, developers or site reliability engineers, you probably use cloud infrastructure platforms at some stage of application deployment, either development, staging or production. There are several reasons you probably deploy to the cloud, with some common reasons being elasticity,...

What’s new in the Couchbase Java SDK 1.2
What’s new in the Couchbase Java SDK 1.2

[This blog was syndicated from https://nitschinger.at/] For all users of our Java SDK, we prepared some nice additions for you. This post covers them in detail and shows how you can get more productive Note that this blog post assumes...

Failure is not an option
Failure is not an option

Databases are complex and have many moving parts that can fail. At the same time, failures in large scale systems are inevitable. These failures can happen at anytime and anywhere in the stack. So what does all this mean for...

Couchbase NoSQL @ Tunewiki : A billion documents and counting
Couchbase NoSQL @ Tunewiki : A billion documents and counting

TuneWiki now stores more than 1,000,000,000 documents for its service in Couchbase, proving once again the scalability & performance with Couchbase.

Couchbase NoSQL @ musiXmatch : Lyrics for everyone
Couchbase NoSQL @ musiXmatch : Lyrics for everyone

See why the musiXmatch team is using Couchbase Server, what they’re doing with Couchbase, and why he’s confident about the capabilities of Couchbase.

Couchbase Java SDK 1.4.0 – New and Noteworthy
Couchbase Java SDK 1.4.0 – New and Noteworthy

Via this blog we’re releasing the first developer preview of the 1.4.0 Java SDK. Aside from the usual bugfixes and enhancements, this new minor release provides support for optimized connection management which was recently introduced in Couchbase Server 2.5.0. See...