[카테고리:] Eventing
-

Using OnDeploy in Couchbase Eventing to Gate Mutations With Pre-Flight Setup
The problem: “Stateless” doesn’t mean “setup-free” Couchbase Eventing is intentionally built like a short-running, stateless lambda: react to a mutation, do some work, exit. That model is clean – until your eventing function needs…
-

Event-Driven Data Migration & Transformation using Couchbase Eventing Service
Modern data migrations rarely involve a simple lift-and-shift; they require transformation, cleansing, and enrichment so applications can immediately leverage the destination platform’s strengths. Couchbase Capella’s Eventing service enables event-driven, inline transformations as data arrives,…
-

Maximizing Couchbase Capella Eventing Observability
In this blog post, we’ll show how to use Couchbase Capella in conjunction with ElasticSearch and AWS services for efficient Eventing application log shipping and analytics. Couchbase Capella is a multi-model NoSQL cloud data…
-

FAST Data Generation With The Capella Eventing Service
Every application developer has faced the need for sample data. Whether it’s for functional testing or stress testing at scale, a large volume of meaningful data is required to see how an app actually…
-

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…
-

How to lower your company’s AI risk in 2023
With the OpenAI’s landmark releases of DALL·E 2, and ChatGPT last year, people have been interacting with artificial intelligence and seeing first hand (a tiny bit of) its potential. These tools can feel like…
-

Creating a Smart Home Office with Couchbase – Part 1
This post is the first of a series and will serve as an anchor point throughout the rest of the year as the project takes shape. At the time of writing, energy prices have…
-

Couchbase Eventing Handling Errors and Retries
The Couchbase Eventing Service allows you to promptly act on mutations (or changes) to your data. All actions in Eventing are accomplished by executing a lambda, a small piece of business logic written in…
-

How (and Why) to Use Couchbase as an XML Database
Couchbase and XML – no problem! I’ve heard it said dozens of times: “Hey, Couchbase is great but I use XML.” I recognize that countering with, “Couchbase can be your XML database” is pretty…
-

Migrating Data from MongoDB to Couchbase
Prologue This article guides you through a one-time MongoDB migration to Couchbase. You will learn how to export from the MongoDB data structure, import to Couchbase, and do some basic transformation on those documents.…
-

Fully Configured Couchbase on Red Hat OpenShift in 5 Minutes
I recently did a presentation at Red Hat Users Group – North Texas on Couchbase NoSQL Operator on OpenShift. Thank you to the Red Hat Dallas team for extending the invitation for a joint session – Sam…
-

Eventing Service Improvements in Couchbase Server 6.5
Couchbase Eventing Service provides a framework for writing your own functions to process data change events (create, update, delete/expiry). Couchbase Server 6.5 introduces a set of important improvements to the Eventing Service that enable…