Category: Couchbase Architecture

The new Couchbase Autonomous Operator 1.0 for Kubernetes and OpenShift is now GA!
The new Couchbase Autonomous Operator 1.0 for Kubernetes and OpenShift is now GA!

Learn more about our brand new product Couchbase Autonomous Operator 1.0 for Kubernetes and Red Hat Openshift is now officially GA.

Announcing Couchbase Server 6.0 Beta
Announcing Couchbase Server 6.0 Beta

Check out the significant updates done to the Couchbase Server 6.0 beta to the Analytics, Eventing, and Full-Text Search services.

Timers in Couchbase Functions
Timers in Couchbase Functions

Timers are constructs by which developers can specify a business logic to be triggered in reference to wall-clock events. Use-cases : Archive documents before expiry, do timed calculations, send notifications at a specific time.

Couchbase Server 5.5 Released
Couchbase Server 5.5 Released

Couchbase Server 5.5 production release now available! This release focuses on enterprise-grade features relating to agility, performance, and manageability.

How to Join JSON: Couchbase N1QL vs. MongoDB Query
How to Join JSON: Couchbase N1QL vs. MongoDB Query

This article discusses how to join JSON documents while comparing Couchbase vs. MongoDB. Follow along as we review several real-world examples.

Inside the Java SDK: Connection Management
Inside the Java SDK: Connection Management

In this second instalment of “Inside the Java SDK” we are going to take an in-depth look at how the SDK manages and pools sockets to the various nodes and services. While not ultimately necessary to follow, I recommend you...

Inside the Java SDK: Bootstrap
Inside the Java SDK: Bootstrap

From time to time we get questions on topics that do not directly fit into the documentation since they dig deeper into the internals of the client libraries. In this series we’ll cover different themes of interest – in this...

Databases on Kubernetes – How to Recover from Failures, Scale Up and Down in a Few Line Commands
Databases on Kubernetes – How to Recover from Failures, Scale Up and Down in a Few Line Commands

Running databases on Kubernetes is a hot topic nowadays. Let’s see how easy it is to deploy, recover from pod failures, and scale up and down a database.

Ordering in Couchbase Functions – Part 2
Ordering in Couchbase Functions – Part 2

Let us dive into under the hood of the Eventing Service and try to understand how the Eventing Workers actually get assigned for processing the mutations, and how it affects the ordering.

Couchbase: Red Hot at Red Hat Summit 2018
Couchbase: Red Hot at Red Hat Summit 2018

Couchbase Autonomous Operator on Red Hat OpenShift featured in keynotes at Red Hat Summit 18

Ordering in Couchbase Functions – Part 1
Ordering in Couchbase Functions – Part 1

When compute resides closer to data, it is important to understand how compute behaves when the data, that it is listening to, changes.  Let’s understand Ordering in Couchbase Functions.