Category: Sync Gateway

Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available
Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available

Learn how to develop mobile applications with NativeScript, Angular, and NoSQL with the project from the recent Couchbase Meetup in Mountain View.

Managing Database Sizes in Couchbase Mobile and Conflict Resolution
Managing Database Sizes in Couchbase Mobile and Conflict Resolution

Over time, in a MVCC based system, a document can grow to have multiple revisions. The post discusses database management techniques in Couchbase Mobile.

Synchronizing Images Between Android and iOS with NativeScript, Angular, and Couchbase
Synchronizing Images Between Android and iOS with NativeScript, Angular, and Couchbase

Learn how easy synchronizing image data between iOS and Android can be in a NativeScript with Angular using Couchbase Mobile, in part two of this series.

FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway
FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway

How we can leverage FakeIt + Couchbase Server + Sync Gateway to get our local environment up and running for mobile development. We will be doing this by using Docker and docker-compose.

Data Synchronization Across iOS Devices Using Couchbase Mobile
Data Synchronization Across iOS Devices Using Couchbase Mobile

This post looks discusses data replication/synchronization using Couchbase Sync Gateway across devices with Couchbase Lite embedded NoSQL Database

Testing your Sync Gateway functions with synctos
Testing your Sync Gateway functions with synctos

Synctos includes a built-in test-helper module that helps you to write tests that validate your document definitions. It's always a good idea to test your code/configuration for bugs, and your synctos document definitions are no different.

Managing REST APIs with Swagger (video)
Managing REST APIs with Swagger (video)

Couchbase incorporated Swagger into our documentation a few months ago. “Swagger” refers to an ecosystem of tools and other resources for managing REST APIs. Core to Swagger is the Swagger specification. (The group behind Swagger donated the spec to the...

Querying Couchbase Sync Gateway using Postman
Querying Couchbase Sync Gateway using Postman

Post discusses a convenient way to query, explore and test the REST API exposed by the Couchbase Sync Gateway using the Postman Chrome Developer tool

Technical Details of the 1.4 Release of Couchbase Mobile (video)
Technical Details of the 1.4 Release of Couchbase Mobile (video)

Couchbase recently released the 1.4 version of the Couchbase Mobile stack.  1.4 includes the first release of Sync Gateway Accelerator into general availability. This short video describes some of the technical details of the new features.  Mostly it focuses on...

Offline-first apps with Couchbase Sync Gateway
Offline-first apps with Couchbase Sync Gateway

The author Rafael Ugolini of this post focuses on an offline-first development using Couchbase as the communication tool between the backend and frontend.

Couchbase Mobile Changes Explorer – Part. 2
Couchbase Mobile Changes Explorer – Part. 2

Introduction The Couchbase Mobile Sync Gateway changes feed provides a way to monitor events in a mobile deployment. The feed makes it feasible to write sophisticated business logic. I wrote a tool to help examine and understand the feed. You...

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.