Category: GoLang

Bulk Get Documents in Couchbase using Reactive or Asynchronous API
Bulk Get Documents in Couchbase using Reactive or Asynchronous API

Introducing a reactive approach at the Couchbase CRUD layer alone can deliver meaningful gains, leading to better resource efficiency and scalability.

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.

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.

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...

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.

Developing Applications with Go and NoSQL
Developing Applications with Go and NoSQL

Learn how to develop clean and efficient web applications with Go and the NoSQL database, Couchbase, in this video tutorial.

Continuously Deploying a Golang Application Using Travis CI
Continuously Deploying a Golang Application Using Travis CI

Learn how to create a Go application that interacts with the NoSQL database, Couchbase, and how to use Travis CI for continuous integration and deployment.

Asynchronously Perform Subdocument Mutations in Couchbase with Golang
Asynchronously Perform Subdocument Mutations in Couchbase with Golang

Learn how to perform Couchbase Server subdocument mutations in parallel using the Go programming language and Goroutines.