Category: Data Modeling

How to use N1QL to migrate Oracle data into Couchbase
How to use N1QL to migrate Oracle data into Couchbase

Getting the Couchbase server to run on your PC or Mac involves a few simple steps to download the software and spin up a cluster with all the Couchbase services that you need (https://docs.couchbase.com/server/6.0/getting-started/start-here.html). Sample buckets are available with the...

The Unreasonable Effectiveness of SQL in NoSQL Databases
The Unreasonable Effectiveness of SQL in NoSQL Databases

Compare and contrast SQL language support in Cassandra, CosmosDB, Couchbase, and MongoDB via their respective implementations. 

Introducing Couchbase.Lite.Mapping: A New Nuget Package
Introducing Couchbase.Lite.Mapping: A New Nuget Package

Introducing Couchbase.Lite.Mapping: A new Couchbase Labs extension Nuget package for Couchbase.Lite and Couchbase.Lite.Enterprise.

Get a Bigger Picture with N1QL Window Functions and CTE
Get a Bigger Picture with N1QL Window Functions and CTE

This article focuses on a couple of examples of how you can leverage N1QL Window functions and CTE to address two very common business questions.

N1QL query with Self Referencing Hierarchy
N1QL query with Self Referencing Hierarchy

A data construct that often appears in business application is the hierarchical data structure. Hierarchy captures the parent-child relationship often between the same object. For instance a company structure captures the reporting line between employees. Business organization captures the relationship...

Relational to NoSQL – CRM Application Data Visibility
Relational to NoSQL – CRM Application Data Visibility

Learn how application can leverage the JSON data model and Couchbase N1QL to address the complex data visibility rule of a CRM Application.

JSON to Insights: Fast and Easy
JSON to Insights: Fast and Easy

Co-author:  Sitaram Vemulapalli, Principal Engineer, Couchbase R&D. “The answer my friend is hiding in JSON” – Bob Dylan There are a lot of public JSON datasets and then is awesome JSON datasets. Every company, including yours, has stored a lot of...

NDP Episode #25: Nathan Voxland on Liquibase
NDP Episode #25: Nathan Voxland on Liquibase

Liquibase is the focus of the latest episode of The NoSQL Database Podcast. Nathan Voxland joins as the special guest to talk about source control for your database.

YCSB-JSON: Implementation for Couchbase and MongoDB
YCSB-JSON: Implementation for Couchbase and MongoDB

For JSON databases such as Couchbase and MongoDB, YCSB is helpful for executing more sophisticated queries. Learn how to use YCSB-JSON today.

Using YCSB to Benchmark JSON Databases
Using YCSB to Benchmark JSON Databases

This post covers the YCSB benchmark and provides examples of benchmark operations, workloads, YCSB-JSON implementation and explains how to run YCSB-JSON.