Month: August 2021

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

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

If you’re a JavaScript dev who’s transitioning to use Node.js, you’ll want to take advantage of async functions. That’s because asynchronous API calls don’t block your code and return promises. In this post, I’ll show you how to create async...

August 30, 2021
A Better Development Experience with Ottoman JS [Video]

A Better Development Experience with Ottoman JS [Video]

If you’re a JavaScript developer, I hope you know about the JavaScript & Friends conference. The JS & Friends conference is a diverse group of around 200 JavaScript developers and friends who get together to learn new skills and concepts...

August 27, 2021
Your Guide to User-Defined Functions in Couchbase Analytics

Your Guide to User-Defined Functions in Couchbase Analytics

User-defined functions put you in the driver’s seat when it comes to querying and analyzing your data. In the Couchbase ecosystem, user-defined functions (UDFs) are reusable and parameterizable SQL++ queries that enable you to modularize queries and increase code reuse...

August 26, 2021
N1QL Now Supports User-Defined Functions

N1QL Now Supports User-Defined Functions

Declarative query languages have been a major gear shift in the world of database engines. The SQL++ query language (formerly N1QL) is primarily a declarative query language. You tell the query what to get and N1QL works out the rest...

Modernize Now: Why You Should Join Us for Couchbase ConnectONLINE 2021

Modernize Now: Why You Should Join Us for Couchbase ConnectONLINE 2021

The need to build and deploy modern applications has never been more pressing. As a result of the COVID-19 pandemic, enterprises have accelerated their digital transformation initiatives – seizing opportunities to better support customers, partners and employees with dynamic applications...

August 24, 2021
How to Get Started with the Node.js SDK for Couchbase

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

In just a few lines of code you can start using Couchbase with Node.js to build your next JavaScript application. This hello world tutorial walks you through the basic first steps of using the Node.js SDK with the latest features...

August 23, 2021
How to Use Full-Text Search across Couchbase Scopes & Collections

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

The Full-Text Search Service now offers better search performance and resource utilization across your cluster with the introduction of Scopes and Collections in Couchbase 7.0. Let’s take a quick step back: The 7.0 release of Couchbase Server introduces the concept...

August 19, 2021
Introducing XDCR Support for Scopes & Collections in Couchbase 7.0

Introducing XDCR Support for Scopes & Collections in Couchbase 7.0

Cross Data Center Replication (XDCR) is a database essential. XDCR ensures database High Availability (HA), disaster recovery, and geo-locality. With the Couchbase Server 7.0 release, XDCR also supports new individual namespaces called Scopes and Collections within each database Bucket. Support...

Level Up Your Data Analytics with the New CUBE Functionality in Couchbase Analytics

Level Up Your Data Analytics with the New CUBE Functionality in Couchbase Analytics

Data analytics capabilities in Couchbase just got more robust with the 7.0 release. I’m excited to announce two new powerful capabilities now available as part of Couchbase Analytics: 1) the CUBE functionality, and 2) ROLLUP aggregation, both to help you...

August 17, 2021
5 Steps to Streamline Your N1QL Queries & Migrate to Collections

5 Steps to Streamline Your N1QL Queries & Migrate to Collections

If you’re looking to migrate your data from a relational database to NoSQL, then now’s a better time than ever. The recent release of Couchbase 7.0 introduced Scopes and Collections – a new way to organize your JSON data. More...

August 16, 2021
Simplify Your Data Analysis with Scopes & Collections in Couchbase Analytics

Simplify Your Data Analysis with Scopes & Collections in Couchbase Analytics

Scopes and Collections aren’t just for organizing your data – now they can be used for your data analytics as well. As part of the Couchbase 7.0 release, support for Scopes and Collections has been extended to the Analytics Service...

August 13, 2021
Here’s How the Index Service Got Upgraded for Couchbase 7.0

Here’s How the Index Service Got Upgraded for Couchbase 7.0

Index builds and updates just got a big performance upgrade with the introduction of Scopes and Collections in Couchbase 7. The Couchbase Server 7.0 release introduces the separation of Bucket data into logical Scopes and Collections on top of the...

August 12, 2021