Results for: sync function

Top Ten Reasons to Love Couchbase Capella

Top Ten Reasons to Love Couchbase Capella

If you are new to Capella, it is our cloud database platform that serves the needs of modern applications. How does it do this? At its core is a multimodel and distributed document database that is designed for high-speed performance...

Build a Survey App with Netlify and Couchbase

Build a Survey App with Netlify and Couchbase

The Couchbase DevRel team has been working with the Bad Website Club on freeCodeCamp materials.  freeCodeCamp is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that...

Don’t REST – Use a Mobile Database for Apps: Couchbase Webcast Recap

Don’t REST – Use a Mobile Database for Apps: Couchbase Webcast Recap

I was recently honored to co-present on a webcast with my colleague and good friend, Aaron LaBeau, Sr. Developer Advocate at Couchbase. Aaron has nearly 30 years of development experience and specializes in building mobile apps, and so seemed the...

Scopes and Collections Support in Couchbase Mobile for Edge Applications

Scopes and Collections Support in Couchbase Mobile for Edge Applications

We’re pleased to announce the general availability of Couchbase Mobile 3.1, which includes Couchbase Lite and Sync Gateway for mobile and edge computing solutions. This is a significant release that introduces cloud-to-edge support for scopes and collections in Couchbase Mobile...

Building a Mobile Application with Couchbase – Part 3

Building a Mobile Application with Couchbase – Part 3

Part 3: Adding sync functionality to a centralized server This multipart blog will help the reader build an end-to-end mobile application using the industry-leading features of Couchbase Lite.  A state of the art, end-to-end, scalable and production grade application should...

New Platforms Support and Advanced Administration with Couchbase Mobile 3

New Platforms Support and Advanced Administration with Couchbase Mobile 3

We’re pleased to announce the release of Couchbase Mobile 3, which includes many enhancements to the Couchbase Lite and Sync Gateway products for mobile and edge computing solutions. In this major release, we continue to make great strides in the...

Quickstart: Connect to Couchbase Capella using Node.JS

Quickstart: Connect to Couchbase Capella using Node.JS

Interested in connecting to a Capella cluster using Node.js? In this quickstart blog post (and I do mean quick!) I will walk you through the short set of steps to connect to a cluster in Capella with the Couchbase Node.js...

Vinai Amble January 31, 2022
Announcing the 3.0 Beta Release for Mobile & Edge Computing

Announcing the 3.0 Beta Release for Mobile & Edge Computing

We’re pleased to announce the GA release of the Couchbase Lite 3.0 and Sync Gateway 3.0 platforms for mobile and edge computing solutions This major release makes great strides in the area of edge computing by expanding our edge device platform...

How to Query JSON Data Using SQL++ for Node.js and Couchbase

How to Query JSON Data Using SQL++ for Node.js and Couchbase

Today’s the day your Node.js app learns “go fetch.” By following this basic tutorial, you’ll learn how to build a REST API for your Node.js app that sends SQL++ (aka N1QL) queries to retrieve data from Couchbase. This post continues...

Tyler Mitchell September 15, 2021
Build a REST-Based Application with Node.js, Express and Couchbase

Build a REST-Based Application with Node.js, Express and Couchbase

If you’re new to Node.js, Couchbase or both, you’re about to level up your skills. Today I’ll show you how to build a minimal REST-based application for retrieving documents from Couchbase using Node.js and Express. This post continues my introductory...

Tyler Mitchell September 6, 2021
The Couchbase Data Platform in Action: Analytics

The Couchbase Data Platform in Action: Analytics

Contents What is CBAS and how does it compare to “standard” Couchbase? Example Data and Configuration Code and Queries Web Client Web Server and Queries Querying with SQL++ Query Optimization Query Results and REST Response Conclusion Postscript With the release...

Tutorial: Build a Points of Interest App with Vue.js, Node.js, Express, and Couchbase Server

Tutorial: Build a Points of Interest App with Vue.js, Node.js, Express, and Couchbase Server

Introduction In this tutorial, we’ll build a full stack application using Vue.js, Node.js, Express, and Couchbase Server. In addition to those frameworks, we’ll use the Google Maps and Here Places REST APIs. Tl;dr clone the repo here. Contents What We’ll...