Tag: nosql
How to Improve Database Performance: 5 Steps You Can Take
Deploy a Performance Monitoring Solution Use the latest Commercial version of Couchbase Size your infrastructure accordingly Use Prepared Statements Optimize Indexes There are many steps on the road to better database performance. But first it is necessary to ask what...
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...
Data Validation with the Eventing Service
Data Validation is an interesting topic to cover for a NoSQL technology, purely down to the fact that the core principles of the system revolve around a “schema-less” architecture. For many years, SQL and schemas have controlled application data, ensuring...
How Does Couchbase Capella™ Compare With Azure CosmosDB
Overview Couchbase is the modern database for today’s enterprise applications. The pace of digitization is blistering, spurred on by unexpected events like COVID-19. Additionally, in today’s digital-first world, there is an ever-increasing demand for 24x7x365 availability of applications to support...
ML Meets NoSQL: Integrating Python User-Defined Functions with SQL++ for Analytics
After conversations with our customers about the delay in obtaining analytical insights from their Python-based machine learning models, we set out to create a seamless pipeline from Python to Couchbase Analytics that returns faster insights in real time. Introduction With...
Announcing Couchbase Autonomous Operator 2.3 Beta
Today, I’m delighted to announce the latest preview of the Couchbase Autonomous Operator 2.3.0-Beta. This beta release is focused on adding some key features introduced in Couchbase Server 7.0 to Autonomous Operator such as scopes and collections, role-based access control...
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...
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...
How to Query JSON Data Using SQL++ for Node.js and Couchbase
Today’s the day your Node.js app learns “go fetch.” By following this basic tutorial, you’ll learn how to build a REST API for your Node.js app that sends SQL++ (aka N1QL) queries to retrieve data from Couchbase. This post continues...
Level Up Your Database Platform Best Practices at Couchbase Connect
My colleagues have already told you a lot about how amazing Couchbase ConnectONLINE will be. This free two-day tech conference is the premier event for exploring modern data, NoSQL technology and the cloud. John spoke about the need for modernization,...
Have a Happy Day of the Programmer!
Today’s your day, devs. The international Day of the Programmer is celebrated annually on the 256th day of the year (on 13 September in non-leap years). Why the 256th day? I mean, you already know, but I’ll explain it to...
Build a REST-Based Application with Node.js, Express and Couchbase
If you’re new to Node.js, Couchbase or both, you’re about to level up your skills. Today I’ll show you how to build a minimal REST-based application for retrieving documents from Couchbase using Node.js and Express. This post continues my introductory...