[카테고리:] 데이터 모델링
-

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

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

erwin DM NoSQL을 이용한 Couchbase 데이터 모델링
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…
-

JSON Modeling for RDBMS Users (video)
JSON modeling was covered in a previous blog post which was, in turn, based on a CSV import blog post that came before that. While writing the post on JSON modeling, it occurred to…
-

오라클 날짜 형식: N1QL 및 날짜-시간 함수 지원
날짜 및 시간 함수와 형식은 데이터베이스마다 다를 수 있습니다. 이 글에서는 Couchbase의 ISO 기반 날짜-시간 함수와 Oracle의 날짜 형식을 비교해 보겠습니다. 관계형 데이터베이스와 NoSQL 데이터베이스 간에 날짜 형식이 다른 이유는…
-

Persist and Abstract Data in a Nativescript Typescript Application
Couchbase is a great tool to persist data inside our app. If you haven’t heard of it, it’s a document object storage that allows you to save your data. If you are using NativeScript-Angular,…
-

FakeIt Series 4 of 5: Working with Existing Data
FakeIt allows you to provide existing data to your models through JSON, CSV or CSON files. This data is exposed as an inputs variable in each of a models *run and *build functions.
-

Moving from MongoDB to Couchbase server (revisited)
Note: this blog post is a revist of Matthew Revell’s Moving from MongoDB to Couchbase Server This is a developer-focused guide to moving your application’s data store from MongoDB to Couchbase Server. If you’re…
-

Couchbase와 N1QL을 사용한 ELT 처리
데이터 소스 간 데이터 이동. 이것은 데이터 통합 프로젝트의 핵심 활동 중 하나입니다. 전통적으로 데이터 이동과 관련된 기술은 데이터 웨어하우스, BI 및 분석의 일부였습니다. 최근에는 빅데이터, […]
-

관계형 데이터베이스 데이터를 NoSQL 문서 데이터로 모델링하기
행사에서 발표할 때, 저는 종종 데이터 建模(모델링)에 관한 질문을 받습니다. 관계형 데이터베이스로 일하지만 NoSQL 데이터베이스에 큰 관심을 가지고 있는 개발자들과 소통하는 것은 흔한 일입니다. 저는…