Category: Couchbase Mobile

Introduction to offline data storage and sync with PouchBD and Couchbase
Introduction to offline data storage and sync with PouchBD and Couchbase

This Couchbase post takes a look at offline data storage and synchronization by building a web phonebook app to store contacts with PouchBD and Couchbase.

Determining Status of a Replication in Couchbase Lite
Determining Status of a Replication in Couchbase Lite

This blog focuses on how to use Replication class and change listener for checking the status of replication in Couchbase Lite.

Announcing Couchbase Mobile 1.4
Announcing Couchbase Mobile 1.4

This blog focuses on the announcement of Couchbase Mobile 1.4 which makes it easy to scale to millions of devices and users. Check out the webinar link.

Workshop Content for Full-Stack Java and NoSQL Development Now Available
Workshop Content for Full-Stack Java and NoSQL Development Now Available

Learn how to build full stack Java applications with Docker and NoSQL using the workshop content produced for the DevNexus 2017 conference.

Couchbase Mobile Changes Explorer – Part. 1
Couchbase Mobile Changes Explorer – Part. 1

The Couchbase Sync Gateway changes feed can be useful for driving various kinds of logic besides replications. To help understand the intricacies of the changes feed, I developed a simple tool. In this blog post I’ll talk about what the...

Getting Comfortable with Couchbase Mobile: Sync Gateway via the Command Line
Getting Comfortable with Couchbase Mobile: Sync Gateway via the Command Line

Explore more about the post "Sync Gateway from the command line". This can be really helpful, both for understanding and for testing/debugging.

Bluebird Promises and Swagger in Node.js
Bluebird Promises and Swagger in Node.js

Recently I wrote about using Node.js with Swagger to build a simple listener for the Sync Gateway changes feed. In that version I did everything using synchronous calls. I’m working to build a more complete solution, so I decided to...

NDP Episode #14: NoSQL on Mobile with Couchbase Mobile
NDP Episode #14: NoSQL on Mobile with Couchbase Mobile

Check out the podcast NoSQL to know about the value of using NoSQL in mobile applications, and why Couchbase Mobile is a solid solution for the job.

Tutorial: from Dropbox Datatore Sync to Couchbase Mobile
Tutorial: from Dropbox Datatore Sync to Couchbase Mobile

The Dropbox Datastore and Sync APIs were recently deprecated. Last week, Chris Anderson wrote a blog post on why you should choose open source projects to solve this really challenging problem. Now it’s time to code! We will start with the...

Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile
Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile

This article shows how to use the Swagger Node.js client. Learn how to build a super simple app that monitors changes in documents in Couchbase.

Getting Comfortable with Couchbase Mobile: Installing Sync Gateway
Getting Comfortable with Couchbase Mobile: Installing Sync Gateway

Visit the fourth post about the Couchbase Mobile stack - how to install Sync gateway step by step and run everything on one machine.

Validating your Sync Gateway documents with synctos
Validating your Sync Gateway documents with synctos

When building any system with client and server components, it is critical to validate the data that the client tries to store on the server and to ensure that only those who are authorized can view or modify it. Otherwise...