Tag: Couchbase Sync Gateway

Offline Inventory Scanning with Zebra DataWedge and Couchbase Mobile

Offline Inventory Scanning with Zebra DataWedge and Couchbase Mobile

   Introduction Zebra Technologies™ is a global leader in barcode printing, mobile computing, data capture, and related capabilities. Zebra offers a complete line of ruggedized handheld computers with built-in bar code scanners. These Android-based devices have a wide range of...

Announcing General Availability of Couchbase Mobile 2.1

Announcing General Availability of Couchbase Mobile 2.1

Today, we are announcing the general availability of Couchbase Mobile 2.1. This release follows on the heels of Couchbase Mobile 2.0 which was released earlier this year. Couchbase Mobile extends the Couchbase Data Platform to the edge, securely managing and...

The Couchbase Data Platform in Action: Couchbase Connect 2017 SV Demo Technical Overview

The Couchbase Data Platform in Action: Couchbase Connect 2017 SV Demo Technical Overview

Last Fall we showed a 30 minute live demo of a full stack application written using a broad range of the Couchbase Data Platform capabilities. This was at the Couchbase Connect Silicon Valley 2017 conference.   In this introductory post,...

The Couchbase Data Platform in Action: The Couchbase Connect 2017 Silicon Valley Technical Demo

The Couchbase Data Platform in Action: The Couchbase Connect 2017 Silicon Valley Technical Demo

A Full Stack Application Built Using the Couchbase Data Platform This past year, at the annual Couchbase Connect conference in Silicon Valley, we were proud to present a technical demonstration showing much of the breadth of the Couchbase Data Platform...

Announcing Couchbase Mobile 2.0 Beta

Announcing Couchbase Mobile 2.0 Beta

I am happy to announce that Couchbase Mobile 2.0 beta is now available for download here. Couchbase Mobile 2.0 Couchbase Mobile 2.0 is a ground breaking release with really exciting new features Improved Couchbase Lite Simplified API with built in...

Announcing Couchbase Mobile 1.5

Announcing Couchbase Mobile 1.5

Couchbase is pleased to announce that Couchbase Mobile 1.5 is now GA and available for download! Extend Couchbase Server Deployments to the Edge With Couchbase Sync Gateway 1.5, you can seamless extend an existing Couchbase Server deployment to connect with remote...

Managing Database Sizes in Couchbase Mobile and Conflict Resolution

Managing Database Sizes in Couchbase Mobile and Conflict Resolution

Couchbase Mobile uses a Multi Version Concurrency Control (MVCC) technique for handling conflicts. One of the challenges in a MVCC based system is that over time, a document can grow to have multiple revisions. One can conclude that if all...

FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway

FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway

How we can leverage FakeIt + Couchbase Server + Sync Gateway to get our local environment up and running for mobile development. We will be doing this by using Docker and docker-compose.

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.

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

This post discusses a convenient way to query, explore and test the REST API exposed by the Couchbase Mobile Sync Gateway using the Postman Chrome Developer tool. Sync Gateway exposes a REST, Batch & Stream interface that allows clients interact with...