[카테고리:] 도구 및 SDK
-

Couchbase용 Node.js SDK 시작하는 방법
단 몇 줄의 코드로 Node.js에서 Couchbase를 사용하여 차세대 자바스크립트 애플리케이션을 구축할 수 있습니다. 이 헬로 월드 튜토리얼에서는 사용법의 기본적인 첫 단계를 안내합니다...
-

Couchbase Java SDK 사용하기: Get & Upsert 기초
Java와 Couchbase를 함께 사용하는 것은 새로운 개발자라 할지라도 어려울 필요가 없습니다. 이 퀵스타트 튜토리얼에서는 다음을 사용하여 Couchbase에서 JSON 문서를 생성하고 가져오는 기초를 살펴보겠습니다...
-

Couchbase 7.0에서 libcouchbase / C SDK를 사용하여 트랜잭션 실행하기
카우치베이스 서버 7.0은 이제 N1QL 트랜잭션을 지원합니다. 단일 노드에서 일련의 트랜잭션을 수행하는 C 프로그램을 작성해 봅시다. 1단계: 먼저 프로그램을 어떻게 호출할지 결정합니다. 그...
-

Introduction to Ottoman With Couchbase
Ottoman is an Object Data Modeler (ODM) for Couchbase’s Node.js SDK providing JSON schema and validation for NoSQL. Why Use an ODM for Couchbase With Ottoman, you declare schema in your code. Although Couchbase…
-

Data Structures & Queries with Couchbase N1QL (SQL for JSON)
In the Data Structures for NoSQL Applications post, we used simplified JSON data access through native collections, maps, and more. This post demonstrates querying that data using higher-level N1QL queries, the SQL-based language for…
-

Documentation Survey Open Now: Win Prizes!
The Couchbase Documentation Team and Couchbase Developer Advocacy Team has joined forces to create a survey to listen to your opinions on documentation with the goal of better understanding how to improve! This survey…
-

Introducing the Couchbase Java SDK 3.0 Alpha
I am super excited to finally write this announcement, because it allows me to put the spotlight on something we’ve been working hard over the last months. In a collective effort across the SDK…
-

Introducing Rob Hedgpeth: Couchbase Mobile & IoT Dev Advocate
Greetings all! I’m Rob Hedgpeth, and I recently joined Couchbase as a developer advocate focusing on mobile and IoT. I’m thrilled to be joining the team, and figured I would seize the opportunity to introduce…
-

YCSB-JSON: Implementation for Couchbase and MongoDB
YCSB is a great benchmarking tool built to be easily extended by any driver which supports and implements basic operations like: insert, read, update, delete and scan. Plain synthetic data introduced by YCSB fits this…
-

Using YCSB to Benchmark JSON Databases
Bruce Lindsay once said, “There are three things important in the database world: Performance, Performance, and Performance”. Most enterprise architects know, as we progress in database features and architectures, it’s important to measure performance in an…
-

What OpenTracing Is and Why It’s Important
We have previously discussed why system observability is important in distributed systems and the challenges that it can help to overcome – if you missed it, you can see Matt Ingenthron’s introduction to the…
-

Document Conflicts & Resolution in Couchbase Mobile 2.0
Document conflicts can occur in distributed environments that support data synchronization, wherein a document can be updated concurrently by one or more writers. This is especially common in mobile environments where unreliable network connections…