Category: Couchbase SDK

Preview using N1QL DP4 from the Java SDK
As some of you may know, the Query Team over at Couchbase have been working hard on a new and exciting feature, N1QL, which brings the power of query languages (like SQL) to Couchbase. They just release Developer Preview 4...

Preview N1QL DP4 Support for the Couchbase .NET SDK 2.0!
Yesterday, the query team here at Couchbase released the long-awaited N1QL Developer Preview 4! If you haven’t heard of N1QL, it’s an all new SQL-like query language that Couchbase is developing for querying non-relational data-stores like Couchbase. The goal is...

Couchbase .NET SDK 2.0.1 is now available!
Today we are releasing version 2.0.1 of the Couchbase .NET SDK 2.0. This is a follow up release from the GA release 2.0.0 in early December of last year and largely includes bug fixes and performance improvements building on the...

Couchbase JCache Implementation Developer Preview 1
On behalf of the SDK Engineering Team, I’m happy to announce that we’ve worked on an implementation of the JCache specification (JSR107) and so a developer preview is in order! The JCache specification allows developers to build their applications around...

Couchbase .NET SDK 2.0 GA Available!
Today we are releasing the new Couchbase .NET SDK for General Availability! This is a complete rewrite of the SDK and is based off of the Couchbase SDK 2.0 Specification, meaning it maintains a consistent interface with all of the...

Couchbase .NET SDK 1.3.6 Released, How to Contribute to Couchbase .NET SDK and Other News
Today’s Release Today we released version 1.3.6 of the .NET SDK! This was another bug fix/maintenance release that included several contributions from the Couchbase community. Being an Open Source Software project, we depend upon community involvment and each and every...

Introducing Couchbase .NET SDK 2.0 Beta!
Some call it “bayduh”, others like my colleague Don Pinto here at Couchbase call it “bee-tah”; but whatever you call it were shipping it! After many months of development and three developer previews, we proudly present the Couchbase .NET SDK...

Couchbase .NET SDK 1.3.10 Now Available!
This is bug fix and maintenance release for the 1.3.X version of the Couchbase .NET Client. It contains a number of bug fixes and a performance enhancement specific to add/remove node and rebalance scenarios. It is suggested that users of...

The Essential Couchbase APIs Cheat Sheet
As a developer, you might want to quickly check out the programming API’s in your favorite language and build your app. While there is nothing that can replace reading all the API details in the Couchbase Server documentation, a refcard...

Handling Runtime Errors in Ruby, Python and C Clients
Every app will eventually have to deal with an exception – runtime errors occur unexpectedly and your app must know how to deal with them and recover. It’s always good when error handling is transparent to the end-user but at...

Couchbase Labs Expiry Callbacks
TTL’s and Expiry Notification Couchbase includes a TTL (Time To Live) as part of the meta data fields for each document. All of the client SDK’s includes support for setting/querying/touching this value. The value is set as the “number...

Couchbase Connect 2014 Keynote Demo Application – How We Did It
Node.js + Couchbase 3.0 + SDK 2.0 + Bootstrap Requirements When it came time to build a product demonstration for the Couchbase Connect Conference the following requirements were established: [1] It must be a live demo, with audience participation —...