Category: Best Practices and Tutorials

Create a Couchbase Server Cluster using Docker
Create a Couchbase Server Cluster using Docker

Docker is all the rage at the moment because of how easy it makes deployment of microservices and other tasks.  Did you know that you can use Docker to install and configure Couchbase? Check out the following video to see...

Using Covering Indexes on a Multiple Document Type Bucket
Using Covering Indexes on a Multiple Document Type Bucket

I was recently working on a project that made use of N1QL for querying Couchbase Server data. This was an internal Java application that I was hosting on a low budget Amazon EC2 instance. My problem here is that my...

Couchbase will be at Apps World North America 2016
Couchbase will be at Apps World North America 2016

I wanted to let everyone know that I will be at Apps World North America at the Santa Clara Convention Center in California on May 11th to give a very developer oriented talk about Couchbase Mobile. In case you’re unfamiliar...

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

Embed Couchbase in an IoT Project for Data Synchronization
Embed Couchbase in an IoT Project for Data Synchronization

See how to create a simple Internet of Things (IoT) project that scans iBeacons and saves the information into Couchbase.

Storing, Indexing and Searching files with Couchbase and Spring Boot
Storing, Indexing and Searching files with Couchbase and Spring Boot

Learn the Spring Boot app that let the user upload files, store them in a binary store, let you search files based on the metadata and text.

Couchase ASP.NET Integration Beta 3 released!
Couchase ASP.NET Integration Beta 3 released!

Today we pushed Beta 3 of the Couchbase ASP.NET Integration packages to NuGet! Formally known as Couchbase Caching and Session providers, this project contains or will contain implementations of various API’s (Caching/Session providers, Identity, etc) for integration between Couchbase Server...

Getting Started with Couchbase and Spark on Apache Zeppelin
Getting Started with Couchbase and Spark on Apache Zeppelin

Learn more about what you can do with Zeppelin but this should be enough to get you started with Couchabse. You can check out the documentation and videos.

Couchbase is Going to Droidcon San Francisco 2016
Couchbase is Going to Droidcon San Francisco 2016

Next week, March 17 and 18, a few Couchbase Mobile Engineers and myself will be at Droidcon in San Francisco, California. If you’re new to Droidcon, it is an excellent developer focused mobile conference specific to Android. You’ll learn from...

Couchbase Mobile at O’Reilly Fluent Conference 2016
Couchbase Mobile at O’Reilly Fluent Conference 2016

Check out the workshop on the topic of building a mobile application that synchronizes between devices, platforms, and even the web.

Moving from MongoDB to Couchbase Server
Moving from MongoDB to Couchbase Server

Moving from MongoDB to Couchbase server This is a developer-focused guide to moving your application’s data store from MongoDB to Couchbase Server, following on from Laurent’s guide to making the move from PostgreSQL. While it doesn’t cover every corner-case, it...

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.