[카테고리:] 이벤트링
-

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

Capella 이벤트 서비스로 빠른 데이터 생성
모든 애플리케이션 개발자는 샘플 데이터가 필요한 상황에 직면해 본 적이 있습니다. 기능 테스트를 위해서든, 대규모 부하 테스트를 위해서든, 앱이 실제로 어떻게 작동하는지 확인하려면 의미 있는 대량의 데이터가 필요합니다…
-

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…