[카테고리:] 애플리케이션 디자인
-

Couchbase N1QL(JSON용 SQL)을 위한 비용 기반 최적화기
저자 및 엔지니어링 팀: Bingjie Miao, Keshav Murthy, Marco Greco, Prathibha Bisarahalli. Couchbase, Inc. 규칙 기반 옵티마이저는 모든 것에 대한 규칙은 알지만 비용은 전혀 모른다 – 오스카 와일드 초록(Abstract) Couchbase는 분산형 JSON…
-

고객 360 – 파트 3 – 모바일 통합
We’ve done a high-level overview of what’s involved in building a Customer 360 solution on Couchbase and all the thinking involved here… Then dug into the integration part of bringing in data from disparate…
-

Build autocomplete or typeAhead using Full Text Search
What is Autocomplete vs Type Ahead? Autocomplete as the wikipedia says “Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing” It is…
-

Thinking About Customer 360
Customer 360. Or, as one of our competitors (who shall remain nameless, but uses a Birch leaf as their logo) calls it, Single View. Everyone wants it. Everyone needs it. After all, most of…
-

JSON 검색: Couchbase와 MongoDB의 텍스트 검색 비교.
“검색 기능이 없는 앱은 검색창이 없는 구글 홈페지와 같습니다. 좋은 검색 기능 없이 앱을 디자인하기는 어렵습니다. 요즘에는 내장 검색 기능이 없는 데이터베이스를 찾는 것도 어렵습니다.
-

Meeting data protection needs for Couchbase Data Platform
In the world where data is the currency, backup & recovery for a database is as essential as any other defining parameter such as consistency or performance because the customers cannot afford data loss…
-

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

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

Typeahead: Develop with Couchbase Full-Text Search & Node.js
Over the past year or so I’ve written a variety of tutorials around the full-text search (FTS) service of Couchbase, most of which are specific examples of how to do something with one of…
-

Processing GraphQL Queries with Java, Spring Boot, and NoSQL
Over the span of the past few months I’ve been learning about GraphQL and how to use it as an alternative to RESTful API development. The focus thus far had been around GraphQL and…
-

How to Join JSON: Couchbase N1QL vs. MongoDB Query
As NoSQL databases evolved, each added higher level APIs or languages to help programmers to complex things easily. SQL, having done that for relational data, showed the way. In SQL, developers say WHAT needs…
-

Data Modeling for Couchbase with erwin DM NoSQL
Given the architecture and design of NoSQL systems, especially the document family databases like Couchbase that do not enforce schema on write, data modeling for NoSQL can often be challenging when migrating from relational…