Tag: synchronization

Data Replication: Advantages & Disadvantages

Data Replication: Advantages & Disadvantages

Data replication (storing redundant copies of data in multiple locations) is crucial when it comes to maintaining high availability, improving the performance of your systems, and ensuring business operations run smoothly in the event of disaster. However, it does come...

July 28, 2023
Access to Shared Database Bucket from Web and Mobile Clients in Couchbase Mobile (Updated)

Access to Shared Database Bucket from Web and Mobile Clients in Couchbase Mobile (Updated)

With the release of Couchbase Mobile 1.5 and Couchbase Server 5.0,mobile ,web and desktop apps can seamlessly access documents in the same Couchbase Server bucket. This implies that a document created on the server via the Couchbase SDK will be...

Introducing the New Data Replication Protocol in Couchbase Mobile 2.0

Introducing the New Data Replication Protocol in Couchbase Mobile 2.0

In a distributed system, updates to a shared database from multiple clients will have to be synchronized. The goal of the replication process is to ensure that all the mobile clients and the server(s) have a consistent view of the...

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

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

A few weeks ago I had written a guide that demonstrated saving captured images to Couchbase Lite as base64 encoded string data in a NativeScript with Angular mobile application. While the previous guide worked for both Android and iOS, the...

Data Synchronization Across iOS Devices Using Couchbase Mobile

Data Synchronization Across iOS Devices Using Couchbase Mobile

This post looks at how you get started with data replication/synchronization across iOS devices using Couchbase Mobile. The Couchbase Mobile Stack comprises of Couchbase Server, Sync Gateway and Couchbase Lite embedded NoSQL Database. In an earlier post, we discussed how...

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

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

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