Category: GoLang

Programmatic Administration of Capella Deployments with the Capella Management API

Programmatic Administration of Capella Deployments with the Capella Management API

We’re incredibly excited to present to you the new features of our Capella Management API. The new version of the API has been redesigned from the ground-up to be more RESTful, extensible, robust and secure. With an array of functionalities...

September 19, 2023
Announcing the 3.0 Beta Release for Mobile & Edge Computing

Announcing the 3.0 Beta Release for Mobile & Edge Computing

We’re pleased to announce the GA release of the Couchbase Lite 3.0 and Sync Gateway 3.0 platforms for mobile and edge computing solutions This major release makes great strides in the area of edge computing by expanding our edge device platform...

Data Structures & Algorithms For NoSQL Applications

Data Structures & Algorithms For NoSQL Applications

This article introduces Data Structures and how they work with Couchbase Server 7.0 Scopes and Collections features. What are data structures? Couchbase Data Structures is an API feature that aligns the language of the database interface with a programming language....

January 22, 2021
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...

A Couchbase Analytics Example using the Go SDK

A Couchbase Analytics Example using the Go SDK

This post illustrates the use of Couchbase Analytics with the Couchbase Go SDK. Couchbase Analytics is a new service available in Couchbase Server 6.0, you can read more at https://docs.couchbase.com/server/6.0/analytics/introduction.html. In this post we’re going to use a real world...

Create a Full Text Search Typeahead With Go, jQuery, NoSQL

Create a Full Text Search Typeahead With Go, jQuery, NoSQL

About a week ago I write a tutorial for implementing a typeahead search with Node.js and jQuery. A typeahead is one of many great use-cases when using full text search (FTS), but it certainly isn’t the only use-case. As many...

Couchbase Go SDK 1.4.0 Released!

Couchbase Go SDK 1.4.0 Released!

We’ve recently pushed out another minor release of the Couchbase Go SDK: 1.4.0. This is a new minor version and most notably includes support for Response Time Observability and Transparent Compression. What’s in this release? We’ve added support for Transparent...

Using JWT for Authorization With GraphQL, Go, and Couchbase

Using JWT for Authorization With GraphQL, Go, and Couchbase

Over the past few months I’ve been writing a GraphQL series using the Go programming language. First we saw how to get started with GraphQL and Go, followed by an alternative way to handle data relationships by using resolvers on...

Data Relationships – GraphQL & NoSQL in a Golang Application

Data Relationships – GraphQL & NoSQL in a Golang Application

By now I’m hoping that you’ve had a chance to look at my previous tutorial titled, Using GraphQL with Golang and a NoSQL Database, which is more or less a quick start for using GraphQL with Couchbase. There, we saw how...

Using GraphQL with Golang and a NoSQL Database

Using GraphQL with Golang and a NoSQL Database

A few weeks ago I had mentioned that I was learning about the increasingly popular GraphQL and how it can be a replacement to the common RESTful API. In my previous example, we saw how to create a GraphQL application...

Timed tasks using Couchbase and Go

Timed tasks using Couchbase and Go

Alberto Marchetti is a full-stack developer, and author of “RenderScript: parallel computing on Android, the easy way.” He is always living on the edge by constantly jumping into the discovery of modern languages and technologies.   Timed tasks using Couchbase and Go In...

Create Continuous Deployment Pipelines with Golang & Jenkins

Create Continuous Deployment Pipelines with Golang & Jenkins

A few weeks ago I had written about continuously deploying an application written with the Go programming language using a popular service called Travis CI. This example demonstrated creating an application that used a Couchbase NoSQL database, creating unit tests,...