Tag: sync

Best Practices and Patterns with Couchbase Mobile – Part 2

Best Practices and Patterns with Couchbase Mobile – Part 2

Couchbase Mobile enables a wide range of offline-first use cases of varying degrees of scale and complexity. In an earlier post, I discussed common patterns while using Couchbase Lite as embedded NoSQL data store within your apps. Those patterns focused...

Couchbase Mobile 2.5 Released

Couchbase Mobile 2.5 Released

Today we are announcing the general availability of Couchbase Mobile 2.5, our most advanced NoSQL data platform for mobile applications to date. This release builds on the strong architectural foundation that was laid out with the release of Couchbase Mobile...

Document Conflicts & Resolution in Couchbase Mobile 2.0

Document Conflicts & Resolution in Couchbase Mobile 2.0

Document conflicts can occur in distributed environments that support data synchronization, wherein a document can be updated concurrently by one or more writers. This is especially common in mobile environments where unreliable network connections may result in concurrent changes from...

Replicate NoSQL Data between Data Centers with Couchbase XDCR

Replicate NoSQL Data between Data Centers with Couchbase XDCR

When it comes to databases, data safety and performance are incredibly important. As a business you want to make sure you have disaster recovery in place and you want to make sure your database is not a bottleneck on the...

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

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

I recently hosted a Couchbase Meetup in Mountain View, California, on the topic of NativeScript, Angular and NoSQL development. With special guest, TJ VanToll from Progress, we discussed mobile application development and how Couchbase can be included for NoSQL storage...

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

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

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

About a week ago I was at DevNexus 2017 in Atlanta, Georgia, giving a workshop on creating full stack applications using a variety of technologies such as Java, Angular, Docker, Couchbase, and JavaFX. Everyone who participated in the full day...

NDP Episode #14: NoSQL on Mobile with Couchbase Mobile

NDP Episode #14: NoSQL on Mobile with Couchbase Mobile

In this latest episode of the NoSQL Database Podcast, we focus on mobile data.  NoSQL on Mobile with Couchbase Mobile is about explaining the value of using NoSQL in mobile applications, and why Couchbase Mobile is a solid solution for the...

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

Building web applications and mobile applications that share the same data is often thought of as a challenging task. How do you design your web application to fit with your mobile application and visa-versa? What happens when you want to...