Tag: javascript

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.

How to Query JSON Data Using SQL++ for Node.js and Couchbase
How to Query JSON Data Using SQL++ for Node.js and Couchbase

Use this basic tutorial to learn how to build a REST API for your Node.js app that sends SQL++ (aka N1QL) queries to retrieve data from Couchbase.

Build a REST-Based Application with Node.js, Express and Couchbase
Build a REST-Based Application with Node.js, Express and Couchbase

Visit this post for best practices on how to build a minimal REST-based application for retrieving documents from Couchbase using Node.js and Express.

How to Create Async Get/Upsert Calls with Node.js and Couchbase
How to Create Async Get/Upsert Calls with Node.js and Couchbase

All JavaScript devs will want to take advantage of async functions. Find out how to create async functions in Node.js that will call the Couchbase SDK.

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.

N1QL Now Supports User-Defined Functions
N1QL Now Supports User-Defined Functions

Discover what’s possible with the introduction of user-defined functions to the N1QL query language in Couchbase 7, including these UDF tips and tricks.

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 (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!

What Is a JSON Database & Why Are They Useful?
What Is a JSON Database & Why Are They Useful?

Delve into the world of JSON databases with Couchbase. In this post, we define this storage structure, provide examples, and discuss its usefulness.

Eventing: Introducing Advanced Bucket Accessors in Couchbase
Eventing: Introducing Advanced Bucket Accessors in Couchbase

Learn how to implement Advanced Bucket Accessors in Couchbase Server for Eventing to get direct access to TTLs, CAS values and more key-value functionality.

Real Time User Deduplication with Couchbase Eventing
Real Time User Deduplication with Couchbase Eventing

User deduplication is an important activity for anyone managing user related data. Couchbase Eventing is a new option for effective deduplication.