Tag: go sdk

The Sprouts of “SDK 3”

The Sprouts of “SDK 3”

Software is alive. By that, I am not referring to the part where it can occasionally vex you in how it gets into a certain state. That is probably explainable by a bug somewhere. By alive I am referring to...

Introducing Couchbase Go SDK 2.0 Alpha

Introducing Couchbase Go SDK 2.0 Alpha

I’m pleased to announce the Couchbase Go SDK 2.0 Alpha. This new SDK brings in a series of changes across all of the Couchbase SDKs that the team has been putting together. The new SDKs bring a completely new API...

Developing an Alexa Skill with Golang, AWS Lambda, and Couchbase NoSQL

Developing an Alexa Skill with Golang, AWS Lambda, and Couchbase NoSQL

Nic Raboy is an advocate of modern web and mobile development technologies. He has experience in Java, JavaScript, Golang, and a variety of frameworks such as Angular, NativeScript, and Apache Cordova. Nic writes about his development experiences related to making web and mobile...

Developing AWS Lambda Functions with Golang and Couchbase NoSQL

Developing AWS Lambda Functions with Golang and Couchbase NoSQL

In this tutorial, we're going to take a look at how to build a function on AWS Lambda that communicates with Couchbase using the Go programming language.

Data Structures: Native Collections New in Couchbase 4.6

Data Structures: Native Collections New in Couchbase 4.6

Data Structures in Couchbase 4.6 is our newest time-saving SDK feature.  These allow your client applications to easily map your array-based JSON data into language specific structures. Leveraging native collections support in Couchbase will save you time and hassle: Easily map JSON...

February 16, 2017
Using the Couchbase Sub-Document API with the GoLang SDK

Using the Couchbase Sub-Document API with the GoLang SDK

Not too long ago I wrote about working with parts, or fragments, of documents in Couchbase using the Node.js SDK. Being able to work with parts of documents is made possible using Couchbase Server 4.5 and higher and the sub-document...