Tag: JSON

How to Build Indexes for Full-Text Search in Couchbase 7.0
How to Build Indexes for Full-Text Search in Couchbase 7.0

This post provides an overview on how to build indexes in Couchbase and walk through creating a full-text index via the new Couchbase Quick Editor.

How to Build Observability Dashboards with Prometheus, Grafana & Couchbase
How to Build Observability Dashboards with Prometheus, Grafana & Couchbase

In this blog, we take you through the process you need to follow to build your own observability dashboard using Prometheus, Grafana and Couchbase.

How to Add Full-Text Search Functionality to Your JavaScript App
How to Add Full-Text Search Functionality to Your JavaScript App

Find out how to add full-text search functionality to your JavaScript App. This will allow you to find the JSON documents containing the text you need.

A Better Development Experience with Ottoman JS [Video]
A Better Development Experience with Ottoman JS [Video]

Catch up with Eric Bishard's presentation at JavaScript & Friends conference and learn more about using Ottoman JS – an ODM build for Couchbase and Node.js.

How to Get Started with the Node.js SDK for Couchbase
How to Get Started with the Node.js SDK for Couchbase

Walk through the basic first steps of using the Node.js SDK with the latest features of Couchbase 7.0. Familiarity is assumed but expertise is not required.

How to Use Full-Text Search across Couchbase Scopes & Collections
How to Use Full-Text Search across Couchbase Scopes & Collections

Read how to index your Couchbase data for better search performance using Scopes and Collections – new in 7.0 – and how your FTS queries improve at scale.

Boost Query Efficiency with Cost-Based Optimization in Couchbase
Boost Query Efficiency with Cost-Based Optimization in Couchbase

Cost-based optimization for Couchbase queries is ready for general availability with Couchbase 7.0. Take a closer look at the new CBO features.

Amp Up Your Data Analysis with the New ROLLUP Aggregation in Couchbase Analytics
Amp Up Your Data Analysis with the New ROLLUP Aggregation in Couchbase Analytics

Walk through an example of the new ROLLUP sub-clause feature in Couchbase Analytics to help you aggregate data across multiple JSON document attributes.

How Scopes & Collections Simplify Multi-Tenant App Deployments on Couchbase
How Scopes & Collections Simplify Multi-Tenant App Deployments on Couchbase

Build and deploy microservices and multi-tenant applications on Couchbase. The 7.0 release introduces the Scopes and Collections data organization feature.

How (and Why) to Use Couchbase as an XML Database
How (and Why) to Use Couchbase as an XML Database

Find out how to use Eventing to transform Couchbase into an XML-capable database. This may sound too good to be true but trust us - it really does work!

4 Patterns for Microservices Architecture in Couchbase
4 Patterns for Microservices Architecture in Couchbase

This post focuses on microservice architecture data management and how Couchbase provides low latency, resilience, and scalability for your data layer.

Using the Java SDK for Couchbase: The Basics of Get & Upsert
Using the Java SDK for Couchbase: The Basics of Get & Upsert

This post will walk you through the basics of creating and fetching JSON documents in Couchbase using the Java SDK with minimalist code samples.