Results for: sync function

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

Couchbase Server 2.0: Most Common Questions (and Answers)

Couchbase Server 2.0: Most Common Questions (and Answers)

I just finished up a nine-week technical webinar series highlighting the features of our upcoming release of Couchbase Server 2.0. It was such a blast interacting with the hundreds of participants, and I was blown away by the level of...

January 26, 2016
More Couchbase and Java with Views, Hadoop and Mobility

More Couchbase and Java with Views, Hadoop and Mobility

I spoke at the London JUG and was probably over ambitious in trying to include our recent work on Views, Hadoop Connector and the Android Grocery Sync application in a single presentation besides demoing the “simple, fast and elastic” theme that Couchbase...

Moving SQL database content to Couchbase

Moving SQL database content to Couchbase

Since the GA release of N1QL, we get a lot of questions about moving content from a SQL database to Couchbase. There are many different ways to do so. Today, I have chosen what is probably the simplest. I will...

Hashing Passwords Stored in Couchbase Server with Node.js

Hashing Passwords Stored in Couchbase Server with Node.js

Why You Should Hash All passwords should be hashed before entering a database because you have to consider the scenario where some malicious user attempts to gain entry into your data. Passwords are sensitive pieces of information that you don’t...

Spring Data Couchbase: A New Generation (2.0 Preview)

Spring Data Couchbase: A New Generation (2.0 Preview)

The Spring Data Couchbase community project has been historically built upon the 1.4 generation of the official Couchbase Java SDK, although the SDK 2.0 has been out for quite some time. But now is definitely a great time to upgrade...

Using Couchbase Java SDK to write a Vert.x Verticle

Using Couchbase Java SDK to write a Vert.x Verticle

In this post we’ll go reactive all the way! Some Couchbase customers use Vert.x, a framework for writing fully asynchronous applications, knowing that the Couchbase Java SDK fits well into this picture, being asynchronous from the ground up and exposing...

Getting Started with React Native Android and Couchbase Lite

Getting Started with React Native Android and Couchbase Lite

React Native enables you to build Android applications that look and feel native with only JavaScript. In this instance, React Native takes care of managing UI state and synchronizing it with the models. And luckily for us, we can use...

JSON Anywhere Revolutionizes Mobile Developer Productivity

JSON Anywhere Revolutionizes Mobile Developer Productivity

The mobile technology Couchbase announces today marks the beginning of a transition for mobile application developers: away from the web-centric LAMP stack and toward an integrated mobile stack. With JSON Anywhere, developers are free to concentrate on creating value for...

Using Couchbase in Your Ionic Framework Application Part 2

Using Couchbase in Your Ionic Framework Application Part 2

Previously in part one of this series regarding Ionic Framework and Couchbase, I wrote about using Couchbase Lite to do local CRUD (Create, Retrieve, Update, Delete) operations in a todo list example. This time around we’re going to take it...

Create Games With Unity and a Local Database

Create Games With Unity and a Local Database

There have been some amazing games built using the Unity platform. Some may be seen over the Unity App Showcase section. Impressive as these creations are, there is a core component missing in all games built with Unity: a local...

Adding user Sign Up to your Android app with Node.js and Couchbase Mobile

Adding user Sign Up to your Android app with Node.js and Couchbase Mobile

With the Sync Gateway API, you can authenticate on the client side as a specific user to replicate the data this user has access to. In the case of basic authentication, the user must already exist in the Sync Gateway...