Author
-

Updating Sensor Data: Exploring Couchbase’s Multi-Model Options
Couchbase has become a popular choice for IoT use cases, thanks to its flexible multi-model data management capabilities. Recently, I was working with a customer in the cruise industry that had a unique challenge…
-

Join Us for a New Webcast: New Year, New UI
Join us on January 18th for a live, free webcast: “New Year, New UI”. The Couchbase Capella UI had a recent developer experience refresh. In the upcoming webcast, I’ll take you through a live…
-

DevIntersection 2022 Recap
As a sponsor of the DevIntersection 2022 conference in Las Vegas, Couchbase was able to showcase its NoSQL database solutions to the attendees. We had a booth in the expo hall and a speaking…
-

How to Model Data: A Guide To JSON Data Modeling
When beginning to learn about document databases, it’s nice to have a grasp of JSON data modeling basics. This will help you navigate the space and topics easier having an expanded vocabulary on the…
-

Six Types of Data Models (With Examples)
SUMMARY Data models specify how data is organized, stored, and accessed, helping teams ensure consistency, improve data integrity, and build scalable systems. NoSQL databases typically support six models: document, key-value, columnar, graph, time series,…
-

Data Modeling Explained: Conceptual, Physical, Logical
SUMMARY Data modeling, a process that supports efficient database design and management, involves three stages: conceptual, logical, and physical. The first stage, the conceptual model, defines high-level entities and relationships. The second stage, the…
-

Comparing Couchbase Capella vs CosmosDB
CosmosDB is Microsoft’s NoSQL offering that’s exclusive to Microsoft Azure. It used to be called DocumentDB, but they changed the name and added some interesting new features. Let’s go a little deeper on it…
-

Make Your Voice Heard: Stack Overflow Developer Survey
Stack Overflow releases a survey of the developer community every year. This is the 12th annual survey, and I’m very excited at the changes and improvements that have gone into it. Who is a…
-

SQL and NoSQL comparison: ASP.NET application
This SQL and NoSQL comparison is the next step after converting your SQL Server database to Couchbase. In the previous post, I copied AdventureWorks from SQL Server to Couchbase. In this post, I’m going…
-

Distributed Database Architecture Explained
Distributed databases apply the principles of distributed computing to data storage. The simplest example is a database which stores data on two (or more) servers connected by a network. This “cluster” can be accessed…
-

SQL to NoSQL: Automated Migration
SQL to NoSQL migration seems like a contradiction, but thanks to advances and innovations in Couchbase Server’s NoSQL database, it’s becoming easier. In this post, I’ll introduce you to a tool called SqlServerToCouchbase, an…
-

DataGrip Setup for Couchbase
DataGrip from JetBrains has added NoSQL Couchbase support. It was first made available in their 2020.3 EAP (Early Access Preview) DataGrip 2020.3 EAP is Open! – Couchbase support – Grants – More powerful value…