Results for: sync function

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

.NET Core with Visual Studio Code

.NET Core with Visual Studio Code

Jeff Morris already wrote a great blog post to introduce the Couchbase .NET Core SDK, which is now in developer preview. I’m going to show you some of the tooling that I’m using to write .NET Core on Windows: Visual...

Matthew Groves November 18, 2016
Announcing Couchbase Analytics Developer Preview 1

Announcing Couchbase Analytics Developer Preview 1

We’re excited to announce the first Developer Preview of Couchbase Analytics, which adds parallel data management to Couchbase Server. This increases the spectrum of queries that Couchbase Server handles without compromising the basic design principles of being agile, fast, and...

Introducing Couchbase Server 4.6.0 Developer Preview

Introducing Couchbase Server 4.6.0 Developer Preview

Today, we’re very excited to announce the availability of Couchbase Server 4.6.0 DP. This is an early developer release that comes with some exciting capabilities for cross datacenter replication, security, query, tools, and powerful full text search capability. The Developer...

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

Get to know our Couchbase Community –  Meet Aaron Benton

Get to know our Couchbase Community – Meet Aaron Benton

Welcome to the newest member of our Couchbase Champion Community, Aaron Benton. Tell us about yourself and what you do in your daily role? I am a Senior Applications Architect for Market America / Shop.com. I work closely with our...

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

New in Couchbase Mobile v1.3: OpenID Connect

New in Couchbase Mobile v1.3: OpenID Connect

In this post I’m going to write about an important new feature in Couchbase Mobile version 1.3, OpenID Connect (OIDC) support. Introduction Couchbase Mobile has an number of important security features. Sync Gateway acts as the intermediary that allows Couchbase Lite to replicate data...

The Simplicity of RxJava with N1QL Queries and Couchbase

The Simplicity of RxJava with N1QL Queries and Couchbase

The Simplicity of RxJava with N1QL Queries and Couchbase Have you ever tried to query Couchbase using N1QL and the Java SDK's synchronous API? It works well and isn't particularly difficult, but I find it to be a little messy,...

Using the Couchbase Sub-Document API with the Node.js SDK

Using the Couchbase Sub-Document API with the Node.js SDK

Many questions pop up in the Couchbase forum and Stack Overflow regarding reading and writing only parts of a document rather than the full document. I can see where this would be a concern. For example, what if you have...

Choosing the right fit –  Immediate or Eventual Persistence?

Choosing the right fit – Immediate or Eventual Persistence?

Choosing the right fit –  Immediate or Eventual Persistence? With the emergence of NoSql databases, “eventual persistence” is an option available to accelerate reads and writes to the database. Persistence, also popularly known as durability to disk, has long been...