Category: GoLang

Programmatic Administration of Capella Deployments with the Capella Management API
Programmatic Administration of Capella Deployments with the Capella Management API

In this post, we will walkthrough a simple example of using Postman to interact with and execute the new features of the Capella Management API.

Announcing the 3.0 Beta Release for Mobile & Edge Computing
Announcing the 3.0 Beta Release for Mobile & Edge Computing

Discover what's new in the 3.0 beta releases of Couchbase Lite and Sync Gateway, such as Kotlin support for Android, SQL++ for mobile, TLS encryption & more.

Data Structures & Algorithms For NoSQL Applications
Data Structures & Algorithms For NoSQL Applications

See how Couchbase Data Structures work with Couchbase Server 7.0, the NoSQL database for productive developers. Click to learn more about data structures.

Text Analysis within a Full-Text Search Engine
Text Analysis within a Full-Text Search Engine

Couchbase’s Full-Text Search (FTS) Engine is powered by Bleve, and this article will showcase text analysis within this engine.

Introducing Couchbase Go SDK 2.0 Alpha
Introducing Couchbase Go SDK 2.0 Alpha

Check out the new Couchbase Go SDK Alpha and find out what we're changing in this latest major release.

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

See how to work with Amazon Alexa requests and respond appropriately so that Alexa will relay an audio message back to the user.

Developing AWS Lambda Functions with Golang and Couchbase NoSQL
Developing AWS Lambda Functions with Golang and Couchbase NoSQL

This post focuses on how to create a new AWS Lambda function with the Go programming language that communicates with Couchbase Server.

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

Learn how to use the Go programming language alongside jQuery and Couchbase NoSQL to create a full text search typeahead form.

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

Learn how to create a web application that uses Couchbase NoSQL, Golang, GraphQL, and JSON web tokens (JWT) for the authorization component.

Data Relationships – GraphQL & NoSQL in a Golang Application
Data Relationships – GraphQL & NoSQL in a Golang Application

Learn how to handle and define data relationships between models using GraphQL, Couchbase, and the Go programming language.