Category: Couchbase Server

Powershell with the Couchbase REST API
Powershell with the Couchbase REST API

Use PowerShell to interact with the Couchbase Server REST API. You can use Invoke-WebRequest like curl to make HTTP requests.

Pagination in Couchbase Server with N1QL and PHP
Pagination in Couchbase Server with N1QL and PHP

Onwuka Gideon is a freelance full stack developer with years of experience designing and coding web applications and solving complex problems. He loves security, writing, and discussing new technology. When building applications that deal with a large number of documents,...

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.

Dependency Injection with ASP.NET Core and Couchbase
Dependency Injection with ASP.NET Core and Couchbase

In this Couchbase post, the dependency injection framework will be explored in-depth. Feel free to follow along with the code samples available on GitHub.

Couchbase’s History of Everything: DCP
Couchbase’s History of Everything: DCP

Database Change Protocol (DCP) can be viewed as an ongoing stream of changes. Rewind history and replay what happened to the database from the beginning.

Distributed caching with ASP.NET Core and Couchbase
Distributed caching with ASP.NET Core and Couchbase

Distributed caching can provide performance and scalability benefits to your ASP.NET Core application. It's easy with Couchbase Server.

Midwest JS Project Source on Full Stack Node Development, Available
Midwest JS Project Source on Full Stack Node Development, Available

The full stack Node.js, Angular, and Couchbase NoSQL project source from Midwest JS is now available, with full write-up guide to success.

Developing a User Profile Store with Golang and a NoSQL Database
Developing a User Profile Store with Golang and a NoSQL Database

This Couchbase post shows how to develop a user profile store with Golang and Couchbase Server acting as a modular replacement to the Node.js alternative.

Paging Data Queries with N1QL
Paging Data Queries with N1QL

Dive into paging data queries with N1QL. Guest author David Allen shows us how to use a docker instance and learn about common paging use cases.

Aggregate grouping with N1QL / MapReduce
Aggregate grouping with N1QL / MapReduce

Aggregate grouping (similar to GROUP_CONCAT) can be done in Couchbase Server with N1QL's ARRAY_AGG or with a MapReduce View.

Handle Data Modeling Errors in a Golang with Couchbase Application
Handle Data Modeling Errors in a Golang with Couchbase Application

Learn how to handle N1QL errors related to data modeling in a Golang application that communicates with the NoSQL database, Couchbase Server.

How to transition from Equivalent Indexes to Index Replicas?
How to transition from Equivalent Indexes to Index Replicas?

Moving to Index Replicas from Equivalent Indexes is easy and leads to an efficient system and also makes index manageability a breeze.