Category: Couchbase Server

Full-text search improvements in Couchbase Server 5.5 & 6.0
Full-text search improvements in Couchbase Server 5.5 & 6.0

Couchbase Server 5.5 and 6.0 add several new features to the Full-Text Search (FTS) service (among many other new features). Included, are performance/manageability improvements, finalizing the geospatial feature, and adding extensive new language analyzers. Indexing engine improvements Foundational improvements were...

The Couchbase Data Platform in Action: Analytics
The Couchbase Data Platform in Action: Analytics

Contents What is CBAS and how does it compare to “standard” Couchbase? Example Data and Configuration Code and Queries Web Client Web Server and Queries Querying with SQL++ Query Optimization Query Results and REST Response Conclusion Postscript With the release...

Azure Functions with Couchbase Server (video)
Azure Functions with Couchbase Server (video)

Azure Functions allow you to use "serverless" architecture on Microsoft Azure. All you do is write the code, and Azure Functions takes care of the servers for you.

Changes to the Couchbase Analytics Service
Changes to the Couchbase Analytics Service

Contents 6.0 Data Definition Language Postscript The Couchbase Analytics Service uses the SQL++ query language. SQL++ is an modern query language designed to work with semi-structured data and the JSON data model. SQL++ is backwards-compatible with SQL. The Coucbase Analytics...

Testing ANSI JOINs
Testing ANSI JOINs

Overview The main purpose of this article is to show how Couchbase ANSI JOINs are tested. In Couchbase version 5.5, you can now execute joins using the ANSI standard syntax. This addition to joins makes them much more flexible, but...

Create a Full Text Search Typeahead With Go, jQuery, NoSQL
Create a Full Text Search Typeahead With Go, jQuery, NoSQL

Learn how to use the Go programming language alongside jQuery and Couchbase NoSQL to create a full text search typeahead form.

Eventing: Notification with Couchbase Functions
Eventing: Notification with Couchbase Functions

Eventing is a new service available in Couchbase Server. The Cincinnati Reds are interested in using this feature to more quickly serve their VIP customers.

Typeahead: Develop with Couchbase Full-Text Search & Node.js
Typeahead: Develop with Couchbase Full-Text Search & Node.js

Learn to create a UI typeahead that populates based on data from Couchbase Full-Text Search (FTS) service using Node.js, jQuery, Typeahead.js.

Tutorial: Build a Points of Interest App with Vue.js, Node.js, Express, and Couchbase Server
Tutorial: Build a Points of Interest App with Vue.js, Node.js, Express, and Couchbase Server

Map points of interest with this full stack tutorial using Vue.js, Node.js, Express, and Couchbase.

Processing GraphQL Queries with Java, Spring Boot, and NoSQL
Processing GraphQL Queries with Java, Spring Boot, and NoSQL

In this Couchbase tutorial, we’re going to see how to quickly get up and running with GraphQL queries using Java, Spring Boot, and NoSQL frameworks.

Couchbase Server 5.5 Released
Couchbase Server 5.5 Released

Couchbase Server 5.5 production release now available! This release focuses on enterprise-grade features relating to agility, performance, and manageability.

Using JWT for Authorization With GraphQL, Go, and Couchbase
Using JWT for Authorization With GraphQL, Go, and Couchbase

Learn how to create a web application that uses Couchbase NoSQL, Golang, GraphQL, and JSON web tokens (JWT) for the authorization component.