[카테고리:] 도구 및 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단계: 먼저 프로그램을 어떻게 호출할지 결정합니다. 그...
-

Couchbase와 함께하는 오스만 소개
Ottoman은 NoSQL에 대한 JSON 스키마 및 유효성 검사를 제공하는 Couchbase의 Node.js SDK용 객체 데이터 모델러(ODM)입니다. Couchbase에 ODM을 사용하는 이유 Ottoman을 사용하면 코드에서 스키마를 선언할 수 있습니다. Couchbase는…
-

Couchbase N1QL을 활용한 데이터 구조 및 쿼리 (JSON용 SQL)
NoSQL 애플리케이션을 위한 데이터 구조 게시물에서 당사는 네이티브 컬렉션, 맵 등을 통한 간소화된 JSON 데이터 접근을 사용했습니다. 이 게시물에서는…에 대한 SQL 기반 언어인 고수준 N1QL 쿼리를 사용하여 해당 데이터를 쿼리하는 방법을 시연합니다.
-

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: 카우치베이스 및 몽고DB 구현
YCSB는 삽입(insert), 읽기(read), 갱신(update), 삭제(delete), 스캔(scan)과 같은 기본적인 연산을 지원하고 구현하는 모든 드라이버에 의해 쉽게 확장될 수 있도록 만들어진 훌륭한 벤치마킹 도구입니다. YCSB에 의해 도입된 단순한 합성 데이터는 이에 부합합니다...
-

YCSB를 사용한 JSON 데이터베이스 벤치마킹
브루스 린드세이는 일찍이 이렇게 말했다. “데이터베이스 세계에서 중요한 것은 세 가지가 있다. 성능, 성능, 그리고 성능이다.” 대부분의 엔터프라이즈 아키텍트들이 알고 있듯이, 데이터베이스 기능과 아키텍처가 발전함에 따라…
-

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…