Category: Couchbase Mobile

Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line

Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line

Introduction This will be the third post in a series about the Couchbase Mobile stack. You can find the first and second posts here and here, respectively. They cover installing Couchbase Server and some interesting bits of Couchbase Web Console. In this post we’ll talk about working with...

Getting Comfortable with Couchbase Mobile: Couchbase Web Console

Getting Comfortable with Couchbase Mobile: Couchbase Web Console

Introduction This post marks the second in a series about the Couchbase Mobile stack. You can find the first post here. It covers installing Couchbase Server. In this post, we’ll examine part of the Couchbase Web Console (CWC). Background To get comfortable with the whole...

Getting Comfortable with Couchbase Mobile: Installing Couchbase Server

Getting Comfortable with Couchbase Mobile: Installing Couchbase Server

Introduction The Couchbase Mobile stack comprises three components, Couchbase Server, Sync Gateway, and Couchbase Lite. To get comfortable with the whole stack, it’s great to install and run everything on your development machine. In this series of posts, I’ll walk through the steps get to...

NDP Episode #12: Firebase Instead of SQLite in Mobile Applications

NDP Episode #12: Firebase Instead of SQLite in Mobile Applications

I am pleased to announce the twelfth episode of The NoSQL Database Podcast is now available on all the popular podcasting outlets such as, but not limited to, TuneIn, iTunes, Pocket Casts, and Stitcher.  In this episode titled, Firebase Instead of...

Android Emulator Tips – Genymotion and Google Play Services

Android Emulator Tips – Genymotion and Google Play Services

I wanted to make note of a couple of quick tips for Android development around emulators. The standard Android emulator can be painfully slow. Genymotion makes a drop-in replacement that’s blazingly fast. I’ve used it for years, and highly recommend it for...

NDP Episode #11: Data for Mobile Developers

NDP Episode #11: Data for Mobile Developers

I am pleased to announce that the eleventh episode of The NoSQL Database Podcast has been published to all of the popular podcasting networks including iTunes, Pocket Casts, TuneIn, and Stitcher.  In this episode titled, Data for Mobile Developers, I am...

Using Couchbase Lite in a Java Gluon Application

Using Couchbase Lite in a Java Gluon Application

I recently wrote about building desktop applications with Couchbase Lite and JavaFX. As demonstrated Couchbase makes an excellent solution for data storage and sync in a desktop application because of the Java SDK available. However, I realize JavaFX is not...

Access Denied, or Access Lost?  Some Tips on Sync Gateway

Access Denied, or Access Lost? Some Tips on Sync Gateway

The plan for this blog post started out with wanting to clarify a particular detail about how Couchbase Mobile’s Sync Gateway component handles removing a client’s access to a document. I’m going to write a bit about Sync Gateway channels to provide a foundation....

Addressing decentralized data security concerns with Couchbase Mobile

Addressing decentralized data security concerns with Couchbase Mobile

In today’s mobile-driven world, there’s an expectation that apps should always work – with and without an internet connection. Delivering on this expectation requires access and storage of decentralized data directly on device. This is very different from just a...

September 27, 2016
Hands-on with Couchbase Mobile (Video)

Hands-on with Couchbase Mobile (Video)

I had a chance to delve into a topic I’ve wanted to talk about for a while now at our last Couchbase Meetup here in Mountain View, California. I think sometimes things just don’t make sense until you get to play with...

Chicago User Group Visits – September 2016 (Videos)

Chicago User Group Visits – September 2016 (Videos)

I spent nearly a week in Chicago, visiting three user groups, appearing on a video podcast, and talking to everyone who would listen about Couchbase. Something happened at the Chicago .NET Developers Downtown user group that I have never seen...

September 23, 2016
Using Couchbase in a JavaFX Desktop Application

Using Couchbase in a JavaFX Desktop Application

I’ve spent quite a bit of time dabbling with Couchbase and web applications using the awesome Java SDK, but did you know you can create desktop applications that use Couchbase to store data as well? Java desktop frameworks like JavaFX...