Category: Couchbase Mobile

Why is Couchbase Mobile a Great Solution for Modern App Development?
Why is Couchbase Mobile a Great Solution for Modern App Development?

There is a lot of chatter circulating the Internet when it comes to mobile application development and data management. Should you use a service, or a software for your mobile apps. Pretty much every decent app today requires fast changing...

How to Use Channels in Sync Gateway
How to Use Channels in Sync Gateway

Continuing from the Sync Gateway technical series, we will look specifically at how to configure the Sync Function through the use of Channels to execute data orchestration.  In the video below, we are joined by Chris Anderson who will go...

How to Validate Documents Types in Sync Gateway
How to Validate Documents Types in Sync Gateway

In the previous blog of the Sync Gateway series, we explored how to Authenticate and Authorize users in an application through some of the Sync Gateway features.  Building from the series, we will now explore how to validate Document Types...

How to Authorize Users in Sync Gateway
How to Authorize Users in Sync Gateway

To kick off the Couchbase Mobile Sync Gateway series, we will begin with understanding on how to authenticate and authorize users in Sync Gateway which is the intermediary component between mobile apps and Couchbase Server. Through Sync Gateway, there are...

Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB
Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB

Not too long ago I created a tutorial demonstrating how to sync between a web application and Couchbase Server using nothing more than client facing technologies like AngularJS, HTML, and CSS.  This was all made possible with the JavaScript library...

Contributing to Open Source Projects and Code
Contributing to Open Source Projects and Code

Traditionally, IT ran off the shelf commercial software while datacenters ran proprietary Unix hardware and x86 based Windows servers.  But recently, the end user computing environment has been disrupted by the advent of smartphones and tablets with Linux becoming increasingly...

Augment your Sync Function with Roles in Couchbase Sync Gateway
Augment your Sync Function with Roles in Couchbase Sync Gateway

See how to configure the Sync Function to allow authenticated users of such an application to approve, post reviews or assign roles to other users.

Introducing the React Native Couchbase Lite Module
Introducing the React Native Couchbase Lite Module

Recently, we published a series of articles on the topic of using Couchbase Lite in a React Native application. In this tutorial, you’ll take it one step further and use the recommended Couchbase Lite Module for React Native (available as...

Coffee on Couchbase: Lician Club with Couchbase Mobile
Coffee on Couchbase: Lician Club with Couchbase Mobile

Learn how Couchbase Mobile technology allows for the asynchronous event booking feature to happen through the use of Couchbase Sync Gateway.

Couchbase Server 3.1.0 Enterprise Edition – now available!
Couchbase Server 3.1.0 Enterprise Edition – now available!

We’re happy to announce the release of Couchbase Server 3.1.0 Enterprise Edition. As many of you know, version 3.0 revamped the architecture to deliver new database capabilities and major enhancements in many other areas. Version 3.1.0 is the first minor release of...

P2P and Syncing with Wearable Tech
P2P and Syncing with Wearable Tech

Over the past weekend, the mobile community in Toronto, Canada came together for the 3 day Wearhacks event, where engineers and developers prototyped on futuristic wearable technology applications. Using various technologies ranging from the Intel Edison, Nod Ring, Muse Headband,...

Getting Started with React Native Android and Couchbase Lite
Getting Started with React Native Android and Couchbase Lite

Visit the post to learn how to build a simple application to save documents and replicate them to Sync Gateway. Also, check out the core concepts.