Category: Best Practices and Tutorials

Couchbase as a Persistent System of Records – Storage Considerations

Couchbase as a Persistent System of Records – Storage Considerations

When using Couchbase as a persistent system of records the underlying storage infrastructure needs to be considered. Infrastructure decisions have an impact on the overall performance and availability of the data store, with the knock-on effect of impacting the data...

Building Modern Applications with JSON and SQL – Webinar

Building Modern Applications with JSON and SQL – Webinar

Over the past decade, there has been a major shift in how applications are conceived, designed, built and deployed. They look and behave completely differently than traditional ERP or CRM systems.  We recently held a webinar highlighting how Couchbase is...

Top Blogs of 2021 – Part 1

Top Blogs of 2021 – Part 1

What a whirlwind 2021 has been! We’ve had a lot of major events take place this year including debuting on Nasdaq, debuting in the Gartner Magic Quadrant, launching Couchbase Server 7.0, and of course, introducing Couchbase Capella. It’s been a...

Isheeta Lad December 27, 2021
Migrating Buckets to Collections & Scopes via Eventing: Part 2

Migrating Buckets to Collections & Scopes via Eventing: Part 2

Migrating Buckets to Collections & Scopes via Eventing: Part 2 Again (as I did in Part 1) I want to point out an excellent blog written by Shivani Gupta, How to Migrate to Scopes & Collections in Couchbase 7.0, which...

Migrating Buckets to Collections & Scopes via Eventing: Part 1

Migrating Buckets to Collections & Scopes via Eventing: Part 1

Migrating Buckets to Collections & Scopes via Eventing: Part 1 First I want to point out an excellent blog written by Shivani Gupta, How to Migrate to Scopes & Collections in Couchbase 7.0, which covers in great detail other methods...

How to Denormalize Imported Documents from RDBMS Tables Using N1QL

How to Denormalize Imported Documents from RDBMS Tables Using N1QL

Data migration is full of challenges. While migrating from a relational database (RDBMS) like SQL Server or Oracle, your main challenge comes at the time of denormalizing migrated documents as per the target data models. With the introduction of scopes...

Gurmeet Singh December 1, 2021
Get Started with Couchbase Capella in a 3 Easy Steps

Get Started with Couchbase Capella in a 3 Easy Steps

Couchbase Capella makes it faster, easier and more affordable for developers and teams to get started with Couchbase. With the recent launch of Couchbase Capella, the award-winning database more accessible than ever. This article is a quick guide on how...

Hear from PepsiCo, Comcast, UPS & More at Couchbase Connect

Hear from PepsiCo, Comcast, UPS & More at Couchbase Connect

October is here, which means that we are in the home stretch for Couchbase ConnectONLINE! We’ve talked a lot about the various sessions that we’re going to have at the free two-day conference including the four main tracks: Developer Experiences,...

John Kreisa, CMO October 15, 2021
Accelerate Your Database Migration to Couchbase with erwin Data Modeler

Accelerate Your Database Migration to Couchbase with erwin Data Modeler

The relational database has been foundational to the information economy just like the steam engine enabled the industrial revolution. However, the past success of relational databases (RDBMS) is no measure for what’s needed in today’s economy. Digital transformation driven by...

Get Started with Couchbase + Java [Developer Walkthrough]

Get Started with Couchbase + Java [Developer Walkthrough]

If you’re a developer who’s new to Couchbase, this article helps you get started. This weekly walkthrough series helps you understand the basics of connecting to Couchbase, shows you how to retrieve and modify data in Couchbase Server, how to...

Nirupama Suravarjjala October 7, 2021
Training a Linear Regression Model with Couchbase & a Jupyter Notebook: Step-by-Step Tutorial

Training a Linear Regression Model with Couchbase & a Jupyter Notebook: Step-by-Step Tutorial

Data scientists love Jupyter Notebooks – and it makes a natural pairing with the Couchbase document database. Why? The Jupyter Notebook web application lets you create and share documents that contain narrative text, equations and the like for use cases...

Agrima Khanna October 6, 2021
How to Build Indexes for Full-Text Search in Couchbase 7.0

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

Indexes are the underlying infrastructure that make full-text search possible. The new Scopes and Collections feature in Couchbase Server 7.0 makes full-text search in your applications more powerful than ever before. Powering those searches requires full-text indexes. This article provides...