Category: Best Practices and Tutorials

The Value of Schemaless Databases

The Value of Schemaless Databases

Schemaless (or “schema-less”) databases are the latest buzzword in the IT world. Geek programmers seem to love the flexibility and low cost and these attributes have fired up many a start-up. Having come from a heavily relational database background the...

james.oquendo January 7, 2016
How to Authenticate Couchbase with Windows Active Directory (via LDAP)

How to Authenticate Couchbase with Windows Active Directory (via LDAP)

This blog was originally posted on Roi Katz’s personal blog site. Please click here to find the original post.  Hi all! So you want to authenticate users access to Couchbase through your Active Directory LDAP service. Couchbase has that ability. You can...

james.oquendo January 5, 2016
Couchbasics: How Functional and Performance Needs Determine Data Access in Couchbase

Couchbasics: How Functional and Performance Needs Determine Data Access in Couchbase

There are multiple ways of getting data in and out of Couchbase. Notice that I did not say querying, I said in and out…on purpose. Not all ways of getting data in and out of Couchbase are querying like in...

james.oquendo January 4, 2016
Performing Bulk Operations in Couchbase Using Golang

Performing Bulk Operations in Couchbase Using Golang

A frequently asked question by the Couchbase developer community is “how can I perform bulk type operations?” The expectation is that a high performance data platform will support batching to improve performance. All Couchbase SDK clients support batching operations. Through...

james.oquendo January 4, 2016
The Best Database For Storing Images Might Not Be a Database At All

The Best Database For Storing Images Might Not Be a Database At All

I am asked routinely about storing images, documents, PDFs or other binary objects in Couchbase. Or, almost as frequently, is Couchbase the best database for storing images? As an architect for services and databases, I usually give the same answer:...

james.oquendo January 1, 2016
Couchbase on Jelastic

Couchbase on Jelastic

I recently started playing around with Jelastic. They provide Platform-as-Infrastructure. It's a PaaS + IaaS platform. They recently released a new version named Joker (for Jelastic + Docker). And one of their particularities is to offer easy horizontal AND vertical...

james.oquendo December 22, 2015
Getting Started with the SIMBA Couchbase ODBC Driver

Getting Started with the SIMBA Couchbase ODBC Driver

Getting Started with the SIMBA Couchbase ODBC Driver ODBC has been around since the early 1990’s as a standard API to access various data sources, traditionally against structured data sources like relational databases.  SIMBA Technologies recently released an ODBC Driver...

james.oquendo December 17, 2015
Data Modelling in Document Databases for the Relational DBMS-minded

Data Modelling in Document Databases for the Relational DBMS-minded

Data modeling for relational databases uses entity relationship diagrams, normalization and more…. Techniques which have evolved to perfection over the years. However data naturally does not exist in this full normalized form in real world applications. Document databases like Couchbase...

james.oquendo December 16, 2015
The Couchbase ASP.NET Identity Storage Provider: Part 1

The Couchbase ASP.NET Identity Storage Provider: Part 1

The ASP.NET Identity System is a new collection of software components for supporting authourization and authentication within ASP.NET applications. It provides significant improvements over the previous ASP.NET Membership and Simple Membership and aims to make it easier support non-relational backing...

james.oquendo December 16, 2015
Advanced Object Modeling for High Write Rates with Logging and Event Data – Part 1

Advanced Object Modeling for High Write Rates with Logging and Event Data – Part 1

Introduction Couchbase is capable of very high write rates, can scale out fast and add nodes easily, but a poor object model can be a hindrance to these qualities. In some databases, if you have very high write rates, you...

james.oquendo December 16, 2015