Month: October 2016

Using Couchbase to Store Non-JSON Data

Using Couchbase to Store Non-JSON Data

I believe most of the power of Couchbase Server comes when you use it as a document database to store JSON documents. You get to use N1QL, for instance! However, there are some times when you need Couchbase to store...

Matthew Groves October 7, 2016
Developing an API with Node.js using Couchbase NoSQL and N1QL

Developing an API with Node.js using Couchbase NoSQL and N1QL

Have you ever wanted to create a RESTful API with Node.js, but wasn’t sure where to start?  How do you design your endpoints or interact with the data layer?  How do you store your data? In this, start to finish,...

Announcing Couchbase Server 4.5.1

Announcing Couchbase Server 4.5.1

We are pleased to announce the release of Couchbase Server version 4.5.1. This is the first maintenance release in the 4.5.x series, and it includes over 145 stability, performance, and security bug-fixes across the data service, query service, GSI, XDCR,...

Get to know our Couchbase Community –  Meet Tom Coates

Get to know our Couchbase Community – Meet Tom Coates

Congratulations to our newest Couchbase Community Champion, Tom Coates who hails from Seattle. Tell us about yourself and what you do in your daily role? I’m a Sr. Principal Architect at Nuance Communications (formerly Varolii Corp.) working on their Enterprise...

Upcoming #Couchbase Events in Austin, Houston and New York City

Upcoming #Couchbase Events in Austin, Houston and New York City

I’m going to be in New York on October 8th and Texas from October 10th to October 13th. If you’re in any of those areas and interested in NoSQL and Couchbase, now is a good chance to attend some sessions, visit...

Matthew Groves October 4, 2016
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....