Category: Couchbase Mobile

Save Captured Images in a NativeScript Angular Application to Couchbase
Save Captured Images in a NativeScript Angular Application to Couchbase

See how to capture images in a NativeScript application using Angular and save those captured images to Couchbase Lite, an embedded device level database.

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.

Getting Started with Urban Airship Push Notifications
Getting Started with Urban Airship Push Notifications

Look at this blog post to see how to set up Urban Airship push notifications and how to use these notifications to trigger replications in Couchbase Mobile.

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

Getting Started with Couchbase Lite in your iOS App : Part1
Getting Started with Couchbase Lite in your iOS App : Part1

Post discusses getting started with Couchbase Lite in your iOS App. Couchbase Lite is an embedded JSON database that supports multiple configurations

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

ANN: Couchbase Lite Developer Build 003 (Obj C, Swift, .NET)
ANN: Couchbase Lite Developer Build 003 (Obj C, Swift, .NET)

I am very pleased that Couchbase Lite Developer Build 003 is now available for download for Objective C, Swift and “.NET”. Database queries have changed significantly in this release. Couchbase Lite 2.0 uses semantics based on N1QL query language defined...

Codenvy, Eclipse Che, Docker, and Couchbase: Coding in the Cloud at Devoxx US
Codenvy, Eclipse Che, Docker, and Couchbase: Coding in the Cloud at Devoxx US

The post focuses on the conference talk about Codenvy allows you to quickly set up development stacks based on Docker containers held at Devoxx US.

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