Category: SQL++ / N1QL Query

Remote Links: Analyze Trends with Couchbase Analytics
Remote Links: Analyze Trends with Couchbase Analytics

Remote links allow for the ingestion of data from the Data Service, a remote Couchbase cluster into an Analytics cluster.

External Datasets: Accessing AWS S3 in Couchbase Analytics
External Datasets: Accessing AWS S3 in Couchbase Analytics

External datasets provide the ability to dynamically query and analyze data residing in AWS S3. Combine data in real-time with Couchbase analytics.

Arrays in JSON: Modeling, Querying and Indexing Performance
Arrays in JSON: Modeling, Querying and Indexing Performance

Find out how Couchbase 6.6 removes limitations on JSON arrays by using a built-in inverted index to be used to index and query arrays in N1QL.

Comparing MongoDB MQL with N1QL features in Couchbase 6.5
Comparing MongoDB MQL with N1QL features in Couchbase 6.5

MongoDB 4.4 added a number of features for the MQL language. We compare them with new features in Couchbase 6.5 including N1QL query and analytic services.

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

FIRST CLASS SQL for FULL-TEXT SEARCH
FIRST CLASS SQL for FULL-TEXT SEARCH

Over time, the database industry has realized full-text search and SQL are two sides of the same coin.  Text search needs further query processing, query processing needs text search to efficiently filter for text patterns.   The SQL databases have added...

Fully Configured Couchbase on Red Hat OpenShift in 5 Minutes
Fully Configured Couchbase on Red Hat OpenShift in 5 Minutes

Discover Couchbase Autonomous Operator and learn how to get Couchbase and OpenShift fully configured in under 5 minutes.

Analyze This: MongoDB & Couchbase Analytics.
Analyze This: MongoDB & Couchbase Analytics.

The purpose of computing is insight, not numbers.  — Richard Hamming The spiral of running the business, analyzing what to change & what to change to, and then changing the business is an eternal one. Do the right analysis, your...

Couchbase Analytics: Customers’ Moments of Truth Revealed!
Couchbase Analytics: Customers’ Moments of Truth Revealed!

Introduction I recently joined Couchbase’s product team to lead Couchbase Analytics. This Analytics Service enables our customers to measure near-real time business operations, derive insights from data, and drive agile decisions to expand business growth. Within my first few weeks...

Index Advisor Service for N1QL (June refresh)
Index Advisor Service for N1QL (June refresh)

This is our June drop for Index Advisor service for N1QL after fixing some of the bugs that were found after our last refresh in May. We plan to keep improvising the Index Advisor service(What is it?). The fixes in...

Implement FHIR REST server with Couchbase
Implement FHIR REST server with Couchbase

This post discusses the benefits of Couchbase N1QL for the implementation of FHIR Server. It includes sample code, and practical examples.

Implementing a Scheduler Via Couchbase Eventing (Part 1)
Implementing a Scheduler Via Couchbase Eventing (Part 1)

In this tutorial, you'll learn about running fixed user routines and JavaScript functions defined inside an Eventing Function.