Category: Uncategorized
-

I’ve installed Couchbase Server 2.0, now what?
Setting up Couchbase Server can be really easy but if you haven’t installed it yet, here are step-by-step instructions. If you’re new to Couchbase Server 2.0 and are wondering what’s new, this blog will give…
-

Introducing libcouchbase 2.4
libcouchbase 2.4.0 is here. It offers large architectural improvements and several new features, improving over previous versions. This blog was originally written for the 2.4.0 DP1 version, it has been modified to reflect the differences…
-

Introducing the Couchbase .NET Client Library 1.0
What’s in a Name? With the release of Couchbase Server 1.8, both the server and client libraries are getting a number of bug fixes. But the change that will mean the most to long…
-

Introducing the Couchbase ELMAH Error Log Provider
If you’re an ASP.NET developer, there’s a good chance you’ve heard of the ELMAH project. In case you haven’t, ELMAH (Error Logging Modules and Handlers) is a series of HTTP modules and an HTTP…
-

Introducing the Couchbase ASP.NET OutputCache Provider
As was reiterated in a recent post by A Main Hobbies CEO Kendall Bennett, Couchbase is a great solution for improving the performance of your ASP.NET applications. Beyond offering sub-millisecond CRUD operations for your…
-

Intro to Couchbase Document Design
The non-digital part of your life is full of documents. Your desk is covered in them. Some of them are structured (invoices, business cards), some of them are less structured (notes, sketches), and some…
-

Interview with Enyim author and maintainer Attila Kisko
Today I had the pleasure of spending some time with Attila Kisko, a Membase contributor and the author and maintainer of Enyim – the Membase Client Library for .NET. On holiday in San Francisco…
-

Incremental Mapreduce for Analytics with R
[This post also appears on Dustin’s github blog.] I’ve been wanting to describe some of my work with using R to help me understand data I’m collecting in Couchbase Server† because I find it…
-

How to Test Everything
[This post also appears on Dustin’s github blog]. I recently had a Membase user point out a sequence of operations that led to an undesirable state. I’ve got a lot of really good engine tests…
-

How to Move from MySQL to Couchbase Server 2.0: Part 1
If you have a database built using MySQL, you might be wondering if, and more importantly how, that database (and your application) can be moved to Couchbase. The biggest stumbling block is not the…
-

How Couchbase helped OMGPOP break all the records with Draw Something
Every now and then you get the opportunity to prove yourself on a big stage. Four weeks ago we got the chance. Couchbase user, OMGPOP, had launched Draw Something – a Pictionary-like game that…
-

Game Servers and Couchbase with Node.js – Part 3
In this part of the series, we will be setting up a game data storage system to allow you to store player game state over the course of their enjoyment of your game. To…