Category: Java

Preview of Full Text Search in Couchbase using the Java SDK
Preview of Full Text Search in Couchbase using the Java SDK

In this blog post, we’ll have a look at the preview API for full text search in Couchbase 4.5. Please note that this API, released in the latest Java SDK  (2.2.4), is still @Experimental. We’ll cover: Full Text Search in...

Spring Data Couchbase 2 is out! Quick getting started with Spring Initializr
Spring Data Couchbase 2 is out! Quick getting started with Spring Initializr

Good News everyone, Spring Data Couchbase 2 was released last week and is now available on the awesome Spring Initializr. This awesome website let you start a Spring/Couchbase project very quickly. Just select the dependencies you want for your project,...

Announcing Spring Data Couchbase 2.0 RELEASE
Announcing Spring Data Couchbase 2.0 RELEASE

Spring Data Couchbase 2.0 is a rewrite of the original Spring Data Couchbase 1.4.x connector. It is based on the Couchbase Java 2.2 SDK and makes heavy use of the new query language N1QL (which was introduced in Couchbase Server...

Getting started with Kafka and Couchbase as an endpoint
Getting started with Kafka and Couchbase as an endpoint

Getting started with Apache Kafka and Couchbase. Use Couchbase easily as the target, and use a Kafka consumer to insert data into your Couchbase database.

Couchbase is taking part in Jfokus
Couchbase is taking part in Jfokus

This week the Couchbase Developer Advocacy team are taking part in Jfokus in Stockholm, which is the largest developer conference in Sweden. Jfokus is also one of the largest Java developer events in Europe with 1600 attendees, over 50 conference presentations...

Spring Data Couchbase 2.0 Release Candidate for Christmas
Spring Data Couchbase 2.0 Release Candidate for Christmas

As a gift for Christmas we wanted to make a quick announcement that the Spring Data Couchbase 2.0 Release Candidate is now out! You can get your hands on this RC by adding the following Maven snapshot repository from Spring in your pom.xml (if you don’t already have...

Spring Data Couchbase: A New Generation (2.0 Preview)
Spring Data Couchbase: A New Generation (2.0 Preview)

The Spring Data Couchbase community project has been historically built upon the 1.4 generation of the official Couchbase Java SDK, although the SDK 2.0 has been out for quite some time. But now is definitely a great time to upgrade...

Backing Spring Cache With Couchbase
Backing Spring Cache With Couchbase

Find out how to cache data by utilizing Spring Cache and Couchbase as a backing store. Easy caching using Couchbase is now at your fingertips!

Using Couchbase Java SDK to write a Vert.x Verticle
Using Couchbase Java SDK to write a Vert.x Verticle

In this post we’ll go reactive all the way! Some Couchbase customers use Vert.x, a framework for writing fully asynchronous applications, knowing that the Couchbase Java SDK fits well into this picture, being asynchronous from the ground up and exposing...

Couchbase Mobile Mini-Hack Challenge
Couchbase Mobile Mini-Hack Challenge

If there is one thing you should learn this year, it’s how to build mobile apps that work both online and offline.  You will be blown away with how awesome your apps are once you start building them this way. ...

Move Documents from MongoDB to Couchbase
Move Documents from MongoDB to Couchbase

Maybe you remember my post about moving data from CouchDB to Couchbase. If you are not using CouchDB but MongoDB you might have felt let down. I am sorry. Let’s fix this. Here’s how to move your data out of...