Category: Best Practices and Tutorials

Testing N1QL Workloads with Apache JMeter
Testing N1QL Workloads with Apache JMeter

One of the key features that Couchbase provides for querying JSON data is a N1QL language. N1QL allows users to access and modify the contents of their JSON documents with familiar SQL statements. Quite often, during development phase of a...

Introducing FTS with N1QL
Introducing FTS with N1QL

Topics this article will cover What’s good with N1QL? What about FTS? But why FTS within N1QL? Basic N1QL+FTS queries Deploying N1QL+FTS Syntax(es) Abilities & limitations N1QL+FTS Internals Covered-index vs Non-covered-index queries More N1QL+FTS query examples What’s next? 1. Couchbase’s...

Few Index Management Tips – FTS Best Practices Part II
Few Index Management Tips – FTS Best Practices Part II

Couchbase FTS Index management and debugging tips for text analysis debugging or on any under sizing signposts to help you manage the indexes effectively.

Tutorial: Couchbase Autonomous Operator On Minikube
Tutorial: Couchbase Autonomous Operator On Minikube

Follow this hands-on tutorial hands-on tutorial for setting up Couchbase Kubernetes Operator on a laptop/desktop running minikube.

Analytics Explain Plan – Part 1
Analytics Explain Plan – Part 1

Co-author:  Till Westmann,  Senior Director, Engineering Introduction Couchbase Analytics is the “newest kid on the block” amongst all the services available in Couchbase Server. The new service is providing rapid time to insight in many use cases like ship to...

Custom Authentication with Couchbase Mobile
Custom Authentication with Couchbase Mobile

Custom Authentication with Couchbase Mobile Couchbase Mobile extends Couchbase to the edge, securely managing and syncing data from any cloud to every mobile device. Couchbase Mobile features an embedded database – Couchbase Lite – with SQL and full-text search for...

Exercising Control on Quality of Service Using XDCR
Exercising Control on Quality of Service Using XDCR

XDCR, by design, provides customers the flexibility to tune the number of replications for a given bucket depending on the desired performance. New replication requires streaming all existing documents in the bucket, and, therefore, it exhibits a higher mutation rate...

Get Started with Couchbase Collections Using the Demo App
Get Started with Couchbase Collections Using the Demo App

Collections let you group similar documents within each bucket, just like records in tables. Collections previewed in Couchbase 6.5.

Advanced Filtering with XDCR 6.5
Advanced Filtering with XDCR 6.5

Customers use XDCR for various use cases from high availability to data locality to disaster recovery to cloud migration and hybrid cloud deployments. To meet these use cases, there are a number of circumstances where they would want to replicate...

Extend Couchbase Analytics with RapidMiner using CData
Extend Couchbase Analytics with RapidMiner using CData

This article will guide you through the steps needed to setup the connection from RapidMiner to Couchbase Analytics using the CData JDBC driver for Couchbase.

Managing LDAP groups for external users in 6.5
Managing LDAP groups for external users in 6.5

In the last blog, we described a new feature in Couchbase Server 6.5 called Couchbase groups. In this blog, we will discuss about the new LDAP group capability in Couchbase Server 6.5, along with easy to follow steps to get...

Build autocomplete or typeAhead using Full Text Search
Build autocomplete or typeAhead using Full Text Search

Type Ahead vs Autocomplete – What are they and how are they different? Explore functional approaches on how to implement using Full Text Search.