Category: Best Practices and Tutorials

N1QL Transactions : Elastic, Scalable, and Distributed
N1QL Transactions : Elastic, Scalable, and Distributed

N1QL transactions are multi-document, multi-bucket, multi-scope, multi collection, and multi-DML-statement. Read on to learn more!

Architect Offline-First & Couchbase Edge Computing Solutions
Architect Offline-First & Couchbase Edge Computing Solutions

Learn how you can architect your distributed cloud solutions for edge computing with the Couchbase data storage and sync technology

Full-Text Search – 5 Tips To Improve Your Query Performance
Full-Text Search – 5 Tips To Improve Your Query Performance

Search Query Performance optimisation or troubleshooting tips for couchbase Full Text Search. Tune for query performance in couchbase search service.

Authentication Using Server-Side X.509 Certificates And N1QL
Authentication Using Server-Side X.509 Certificates And N1QL

Learn how to setup X509 certificates on Couchbase Server and use them with the N1QL query and CBQ shell for authentication and authorization.

Announcing General Availability Of Couchbase Ruby SDK 3.0 !
Announcing General Availability Of Couchbase Ruby SDK 3.0 !

Couchbase Ruby SDK 3.0 is now Officially Available and Fully Supported, try it out yourself !!!

Announcing Couchbase Kafka Connector 4.0
Announcing Couchbase Kafka Connector 4.0

Connecting Couchbase and Apache Kafka in a more reliable and scalable way !

FTS Flex Index vs GSI Indexes in Couchbase Server 6.6
FTS Flex Index vs GSI Indexes in Couchbase Server 6.6

In this article, we will touch on some practical examples starting with N1QL queries using GSI Indexes and simulate a dataset that over time grows not just with document size, but the actual document structure growing as well. Couchbase Server makes flexible...

New in Couchbase 6.6: Import Docs Using Web Admin Console
New in Couchbase 6.6: Import Docs Using Web Admin Console

Import documents from the Couchbase Administration UI and take advantage of small datasets uploaded in a variety of formats.

Cloud Storage Backups with Couchbase (AWS S3 Object Stores)
Cloud Storage Backups with Couchbase (AWS S3 Object Stores)

Take a look at how quickly you can use the cloud backup data to AWS S3 using the Couchbase command-line tool cbbackupmgr (Couchbase 6.6+ is required).

How to Backup Couchbase: A Quick Start Guide
How to Backup Couchbase: A Quick Start Guide

Get an overview of how-to backup both Couchbase Community and Enterprise editions on Ubuntu and a basic Couchbase backup and restore strategy.

Migrating Data from MongoDB to Couchbase
Migrating Data from MongoDB to Couchbase

Need to know how to migrate MongoDB database to Couchbase? This blog post will help to guide you through the basics of a one-time MongoDB migration.

Migrating Data from MongoDB to Couchbase, Part 2
Migrating Data from MongoDB to Couchbase, Part 2

Prolog The previous article provided details on how to migrate a MongoDB data set to Couchbase Server. This article shows you how to use the Couchbase SDK to access the data via a Java console application. Code snippets show how...