Month: January 2017

NetBeans Plugin for Couchbase Part 1 – Coffee on Couchbase

NetBeans Plugin for Couchbase Part 1 – Coffee on Couchbase

NetBeans simplified out-of-the-box experience is really nice and intuitive. That's why it continues to be my favorite IDE! This morning started a new Coffee on Couchbase webinar series. It will build a NetBeans plugin for Couchbase. This multi-part webinar series is going to...

20 ways to connect with Couchbase Community

20 ways to connect with Couchbase Community

Couchbase Community is growing and thriving well. There are many ways to connect, learn, engage, and meet with them. Ask your questions Couchbase Forums Stack Overflow – couchbase, couchbase-lite, n1ql Learn Developer Portal Webinars Virtual and In-class training www.couchbase.com/blog Couchbase Community...

Couchbase Weekly Jan 25, 2016

Couchbase Weekly Jan 25, 2016

Starting a new weekly blog to share all the cool things that are happening in the Couchbase Community. Let us know if we missed anything at @couchbasedev,  @couchbase or #Couchbase. Transition from Relational to NoSQL January 28: Moving from Relational to...

NetBeans Plugin for Couchbase Part 2 – Coffee on Couchbase

NetBeans Plugin for Couchbase Part 2 – Coffee on Couchbase

This is part 2 (part 1) of Coffee on Couchbase series where we will build a NetBeans plugin for Couchbase. This multi-part webinar series is a discussion with Geertjan Wielenga (@GeertjanW) and Eben Haber (@ebenhaber). As part of this series, you’ll also learn...

Couchbase .NET SDK 2.0.2 released Today!

Couchbase .NET SDK 2.0.2 released Today!

Today we are releasing another bug fix and maintenance release of the Couchbase .NET SDK: 2.0.2. This is a follow up release to 2.0 and 2.0.1 and most notably provides support for N1QL DP4 which is now merged with the...

iOS: Pull to refresh with Couchbase Mobile

iOS: Pull to refresh with Couchbase Mobile

Almost any app out there needs to display a list of information and when it comes to reloading data, users are expecting the pull to refresh feature to be available. Let’s explore how to do that with Sync Gateway and...

Syncing with Core Data

Syncing with Core Data

You've been developing your app with a Core Data stack and now you want to add the cloud component. Prompt the user to login and save all its data to the cloud to make it available on all its devices....

Resolving Keys Embedded within JSON

Resolving Keys Embedded within JSON

A question came up today from a developer looking to migrate to Couchbase from something else.  That “something else” had a JSON document with some metadata in it.  Couchbase separates data from metadata for some good reasons, so then we’d...

iOS: Background Fetch to sync Hacker News stories

iOS: Background Fetch to sync Hacker News stories

Introduction In this tutorial, you will learn how to use Sync Gateway and Couchbase Lite to sync the Hacker News latest stories to an iOS app. We'll focus specifically on the Background Fetch feature that was added in iOS 7:...

SQL for Documents (N1QL): Brief introduction to query planning.

SQL for Documents (N1QL): Brief introduction to query planning.

SQL for Documents: Brief introduction to query planning. I wrote earlier on the need for new kind of SQL and introducing SQL For Documents (N1QL).   In this blog, we’ll discuss query planning phase of N1QL in the upcoming Couchbase Sherlock release.  N1QL itself...

Keshav Murthy January 2, 2017
Using Jil for custom JSON Serialization in the Couchbase .NET SDK

Using Jil for custom JSON Serialization in the Couchbase .NET SDK

One of the new features introduced in 2.1.0 of the Couchbase .NET SDK was support for overriding the default serializer with your own custom serializer by extending the ITypeSerializer interface and providing your own or favorite serializer. In this article...

Couchbase Server 4.1 Developer Preview – Interview

Couchbase Server 4.1 Developer Preview – Interview

Couchbase Server 4.1 Developer Preview – Interview Last week I did an interview with David Haikney from Couchbase Engineering about the new Developer Preview of Couchbase Server 4.1. We talk about some of the new features introduced and what they...