Category: Tools & SDKs

Released: Couchbase .NET SDK 2.2.2
Released: Couchbase .NET SDK 2.2.2

Released: Couchbase .NET SDK 2.2.2 Today we are releasing Couchbase .NET SDK version 2.2.2, a bug fix and follow up release to v2.2.1. Most of the improvements in this release are for a future improvement to the IO engine for...

Couchbase 4.0 has landed!
Couchbase 4.0 has landed!

Couchbase Server 4 has landed! and the Couchbase .NET SDK makes it easy to use! What's new? N1QL – you can now do rich query against your JSON documents in Couchbase Filtered XDCR – Not all data needs to be...

Couchbase LINQ Provider GA: LINQ, N1QL and Couchbase, oh mai!
Couchbase LINQ Provider GA: LINQ, N1QL and Couchbase, oh mai!

Learn the basics of getting started with Linq2Couchbase, the major actors in the API, and integration with ASP.NET and Owin/Katana.

Couchbase at ConnectJS 2015
Couchbase at ConnectJS 2015

Couchbase will be at ConnectJS hosted in Atlanta, Georgia, at the Cobb Galleria Centre on October 16 through October 17.  If you're unfamiliar with the event, this is a low-cost community developer conference that focuses on modern web technologies like AngularJS, ReactJS, and Node.js.  Of...

Couchbase at the Silicon Valley Code Camp 2015
Couchbase at the Silicon Valley Code Camp 2015

Many of us from Couchbase will be at the Silicon Valley Code Camp (SVCC) hosted in San Jose, California, at the Evergreen Valley College. If you’re unfamiliar with the SVCC, it is a free community driven event where developers have...

Sync With Couchbase Using Only AngularJS And PouchDB
Sync With Couchbase Using Only AngularJS And PouchDB

Learn how to create a web application that can sync with Couchbase using nothing more than AngularJS and PouchDB. No backend SDKs were required.

Guest post from CenterEdge Software: Couchbase and N1QL Security
Guest post from CenterEdge Software: Couchbase and N1QL Security

Note: this is a guest post by Brant Burnett of CenterEdge Software, a company which developes POS and specialty software for the amusement park, leisure and entertainment industries. Overview N1QL is an incredibly powerful new tool which will help to...

Couchbase Go SDK Developer Preview!
Couchbase Go SDK Developer Preview!

I am happy to announce the first Developer Preview of our official Go SDK (gocb) today.   While in the past, we have had the go-couchbase project which does provide access to many of Couchbase’s features, it was primarily intended...

The Couchbase .NET SDK 2.1.4 is now Available!
The Couchbase .NET SDK 2.1.4 is now Available!

  Today we are releasing version 2.1.4 of the Couchbase .NET SDK. This release focuses on bug fixes and other improvements; however, 2.2.0 which will be released early this fall will provide full support for Multi-Dimensional Scaling (MDS) and N1QL...

Mass Deleting Documents by Compound Key Prefix Using Node.js
Mass Deleting Documents by Compound Key Prefix Using Node.js

A common question that gets asked in the Couchbase forums and on Stack Overflow is how to delete all records from a bucket that have a key that starts with some value. In other words, how to delete all records...

Making a Game API Server Using Node.js: Revisited
Making a Game API Server Using Node.js: Revisited

This article explains development of the latest Node.js game server and Express Framework standards as well as the latest Node.js SDK version of Couchbase.

Traveling with Couchbase using the Java SDK
Traveling with Couchbase using the Java SDK

At Couchbase Connect 2015 we demonstrated an example application that uses N1QL to query data from a sample Couchbase bucket. If you missed the conference, not a problem. We're going to go through how to reproduce this application and check...