Tag: subdocument

Asynchronously Perform Subdocument Mutations in Couchbase with Golang

Asynchronously Perform Subdocument Mutations in Couchbase with Golang

Not too long ago I had written about using the Couchbase Server subdocument API with the Go SDK. Doing subdocument operations is incredibly useful if you’d like to change or access a part of a potentially huge NoSQL document. Subdocument...

Using the Couchbase Sub-Document API with the Node.js SDK

Using the Couchbase Sub-Document API with the Node.js SDK

Many questions pop up in the Couchbase forum and Stack Overflow regarding reading and writing only parts of a document rather than the full document. I can see where this would be a concern. For example, what if you have...

Sub-document API in Couchbase Server 4.5 with the .NET SDK (revisited)

Sub-document API in Couchbase Server 4.5 with the .NET SDK (revisited)

This blog post is based on an earlier blog post by Jeff Morris that covered the sub-document API while it was still in developer preview. There have been some changes to the API since that release. With Couchbase Server 4.5...

July 12, 2016
Getting Leaner with SubDocument and the Java SDK

Getting Leaner with SubDocument and the Java SDK

In this blog post we’ll introduce an exciting new feature of the upcoming Couchbase Server version 4.5 (codename Watson), now in Beta. We are talking about the Sub-Document API (shortened to subdoc). What Is It About? The Client API Lookup...

Developer Preview of new Sub-document API included w/2.2.6 release of Couchbase .NET SDK

Developer Preview of new Sub-document API included w/2.2.6 release of Couchbase .NET SDK

Note: all examples can be found here. Today we are releasing a very special Developer Preview (DP) of a new feature in the upcoming release of Couchbase Server called Sub-document, along with our normal Couchbase Server .NET SDK 2.2.6! The...