Category: Tools & SDKs

New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!
New Release: Couchbase .NET SDK 2.2.8 w/FTS Developer Preview!

The Couchbase .NET SDK 2.2.8 is released which consists of bug fixes and Developer Previews (DP) for upcoming features in support of Couchbase Server 4.5.

Couchbase with Windows and .NET – Part 3 – ASP.NET MVC
Couchbase with Windows and .NET – Part 3 – ASP.NET MVC

This blog post is part 3 of a series: Part 1 covered how to install and setup Couchbase on Windows Part 2 covered some Couchbase lingo that you’ll need to know Are you ready to write some code? In this...

Couchbase with Windows and .NET – Part 2
Couchbase with Windows and .NET – Part 2

Couchbase with Windows and .NET – Part 2 – Lingo This blog post is part 2 of a series. Part 1 covered how to install and setup Couchbase on Windows. In part 1 – Setup, I showed the very basics...

The Couchbase Sub-Document API for Go
The Couchbase Sub-Document API for Go

The Sub-Document API – go You’ve probably heard about the sub-document (subdoc) API available in couchbase 4.5. Mark Nunberg, one of the architects of the new API, has a great blog on the motivation and impetus behind extending the Memcached (key-value)...

Couchbase with Windows and .NET – Part 1 – Setup
Couchbase with Windows and .NET – Part 1 – Setup

Learn more about the very basics of interacting with Couchbase for .NET developers and build towards a "vertical" slice of a complete ASP.NET MVC app.

Getting Leaner with SubDocument and the Java SDK
Getting Leaner with SubDocument and the Java SDK

Check the exciting new feature (updates) of upcoming Couchbase Server version 4.5 Beta version and Java SDK 2.2.6. Learn more about SubDocument API.

A CRUD REST API with Couchbase, RxJava and Ratpack
A CRUD REST API with Couchbase, RxJava and Ratpack

In my two previous blog posts I have introduced Ratpack and the lightweight ODM layer available in our Java SDK. This post will build up on them and showcase a REST API to manage users through the Couchbase repository. I...

Ratpack, Couchbase and RxJava
Ratpack, Couchbase and RxJava

Yesterday I left you with rough code that started a Ratpack server and used a synchronous Couchbase repository, leaving the RxJava part out. I intend to fix that today, and also tell you more about Ratpack. I am not going...

Getting Started with Ratpack and Couchbase
Getting Started with Ratpack and Couchbase

I recently started playing with Ratpack.   It's a set of Java libraries for buiding modern HTTP applications. To go beyond that simple definition, Ratpack is non-blocking, asynchronous and netty-based. A bit like our Java SDK. So it comes as...

Hello, Couchbase, it’s me, Matthew Groves!
Hello, Couchbase, it’s me, Matthew Groves!

I just started as a Developer Advocate at Couchbase, so let me tell you a little about myself. I’ve been coding since the early 2000s, mainly as a web developer. I live in Grove City, Ohio, which is a suburb...

Released: Linq2Couchbase v1.1.0 the official Linq provider for Couchbase N1QL!
Released: Linq2Couchbase v1.1.0 the official Linq provider for Couchbase N1QL!

Released: Linq2Couchbase v1.1.0 the official Linq provider for Couchbase N1QL! Earlier this week we released v1.1.0 (specifically v1.1.0.2) of Linq2Couchbase, the official Linq Provider for Couchbase Server and N1QL! This release includes new and experimental features as well as bug...

Use Couchbase and RxJava to Make Java Read CSV files
Use Couchbase and RxJava to Make Java Read CSV files

This blog shows you how to use RxJava, which is an awesome tool for reactive programming that's also useful as a Java CSV reader when paired with Couchbase.