This video short shows how to add Couchbase Lite to an Android Project using the built-in Gradle build system in Android Studio. You can also find a walk through in this blog post. Postscript Check out more resources on our developer...
I gave a talk at the July meeting of the Silicon Valley Couchbase Meetup. I focused on two main points about Couchbase Lite (the embedded mobile database) and Couchbase Mobile (the Couchbase Lite/Sync Gateway/Couchbase Server stack). The talk reflects my experience with...
The Subdoc API feature allows efficient access to parts of documents (sub-documents) without requiring the transfer of the entire document over the network.
Photo of the Oldest Known Map Photo courtesy of cea + with permission under license CC BY 2.0 In this post I’d like to continue exploring fundamental elements of Couchbase Mobile on Android. Much of the information will apply to...
Purpose of this Article This article enumerates how the tax lot matching process can be modelled and the run in Couchbase. While the data model itself is a subjective thing, this article is going to only list the major entities...
Check the podcast to know how to create applications and services using Juju Charms, and why they are useful in terms of NoSQL database deployment.
Last time, I blogged about the concept of my summer project: the suitcase cluster for demonstrating Couchbase Server. I have good news: the project is underway! In this blog post, I’m going to show you how I started preparing the...
Choosing the right fit – Immediate or Eventual Persistence? With the emergence of NoSql databases, “eventual persistence” is an option available to accelerate reads and writes to the database. Persistence, also popularly known as durability to disk, has long been...
I recently wrote about using Full Text Search (FTS) in a Node.js application that makes use of Couchbase Server 4.5 and higher. As you may know, FTS is available as Developer Preview starting in Couchbase Server 4.5. This is huge...
Copy of Original Draft Score by Handel Photo courtesy of Adrian Pallant with permission under license CC BY-SA 2.0 The U in CRUD In this earlier post, I wrote about getting started with basic CRUD operations in Couchbase Lite on Android. In this quick note,...
This video shows the ScanConsistency options when executing N1QL queries, and covers all the ScanConsistency options, including the new AtPlus. The source code used in this video is available on Github. If you’d like to learn more about how to...
Introduction Some Couchbase deployments require secure communications between nodes across the network, this could be due to reasons like data governance policies or regulatory compliance. Internet Protocol Security (IPsec) is a protocol suite for secure Internet Protocol (IP) communications by...