Category: GoLang

Using Golang to get Multiple Couchbase Documents by Key in a Single Operation

Using Golang to get Multiple Couchbase Documents by Key in a Single Operation

Couchbase and the various server SDKs offer many different ways to query for data. You could write N1QL queries, view queries, or you could even lookup documents by their key. Of the three possible ways to obtain data, doing lookups...

Create a RESTful URL Shortener with Couchbase and Go

Create a RESTful URL Shortener with Couchbase and Go

Previously I wrote about creating a URL shortener using Node.js and N1QL, but I figured it would be useful to demonstrate the same in my other favorite programming language, Golang. In this video tutorial we’ll see how to create a...

Developing an API with Golang using Couchbase NoSQL and N1QL

Developing an API with Golang using Couchbase NoSQL and N1QL

Have you ever wanted to create a RESTful API with Golang, but didn’t know where to start?  What do you do about URL routing, data modeling, or even the data layer in general? In this start to finish video tutorial,...

Getting Started with Golang and Couchbase

Getting Started with Golang and Couchbase

Are you a Go programmer that is new to Couchbase or even NoSQL in general?  In this quickstart video tutorial you’ll learn some basics on how to get started with Couchbase, explore some complex data models, and see the various...

Couchbase Node.js, Golang, Java and .NET Developer Webinars

Couchbase Node.js, Golang, Java and .NET Developer Webinars

I am pleased to announce that a collection of Couchbase developer webinars have been released to the public.  These webinars cover the construction of an issue tracking application built with various programming languages in combination with Couchbase Server. Learn how...

Using Full Text Search (FTS) with Couchbase in a GoLang Application

Using Full Text Search (FTS) with Couchbase in a GoLang Application

I recently wrote about using Full Text Search (FTS) in a Node.js application that makes use of Couchbase Server 4.5 and higher. As you may know, FTS is available as Developer Preview starting in Couchbase Server 4.5. This is huge...

The Couchbase Sub-Document API for Go

The Couchbase Sub-Document API for Go

The Sub-Document API – go You’ve probably heard about the sub-document (subdoc) API available in couchbase 4.5. Mark Nunberg, one of the architects of the new API, has a great blog on the motivation and impetus behind extending the Memcached (key-value)...

May 6, 2016
Performing Bulk Operations in Couchbase Using Golang

Performing Bulk Operations in Couchbase Using Golang

A frequently asked question by the Couchbase developer community is “how can I perform bulk type operations?” The expectation is that a high performance data platform will support batching to improve performance. All Couchbase SDK clients support batching operations. Through...

January 4, 2016