Category: Sync Gateway

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.

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.

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

Syncing Couchbase Documents Between Mobile Platforms and Devices with NativeScript and Angular
Syncing Couchbase Documents Between Mobile Platforms and Devices with NativeScript and Angular

Over the past few days we’ve been exploring how to create a simple Android and iOS application using NativeScript, Angular and Couchbase. First we saw how to use Couchbase for basic key-value operations and then we saw how to query...

Using PouchDB and Couchbase NoSQL in Your Node.js Web Application
Using PouchDB and Couchbase NoSQL in Your Node.js Web Application

One of my preferred technologies for developing web applications is Node.js. I do a lot of JavaScript development, so it is another piece to fit in my development puzzle. Not too long ago I wrote a guide for using Couchbase...

Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js
Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js

This post focuses on creation of a Node.js application that used both the Couchbase Server Node.js SDK and Couchbase Sync Gateway.

Installing Sync Gateway on Alternate Linux Distributions
Installing Sync Gateway on Alternate Linux Distributions

Introduction Couchbase’s Sync Gateway supports several platforms, including Linux. Unfortunately, there are a huge number of Linux distributions. It simply isn’t feasible to create and test installations for all of them. As of this writing, Couchbase distributes two packages for...

Using Couchbase Lite in a Java Gluon Application
Using Couchbase Lite in a Java Gluon Application

I recently wrote about building desktop applications with Couchbase Lite and JavaFX. As demonstrated Couchbase makes an excellent solution for data storage and sync in a desktop application because of the Java SDK available. However, I realize JavaFX is not...

Access Denied, or Access Lost?  Some Tips on Sync Gateway
Access Denied, or Access Lost? Some Tips on Sync Gateway

Learn how Couchbase Mobile’s Sync Gateway component handles removing a client’s access to a document and the Sync Gateway channels to provide a foundation.