Laurent Doguin | Couchbase Blog

Author

All posts by Laurent Doguin, Developer Advocate, Couchbase

Laurent is a Paris based Developer Advocate where he focuses on helping Java developers and the French community. He writes code in Java and blog posts in Markdown. Prior to joining Couchbase he was Nuxeo’s community liaison where he devoted his time and expertise to helping the entire Nuxeo Community become more active and efficient.

Couchbase @ DevoxxFR 2016

Couchbase @ DevoxxFR 2016

tl;dr Couchbase is sponsoring DevoxxFR. Pay us a visit if you're around!   As a Devoxx champion I am really happy to tell you Couchbase is sponsoring DevoxxFR 2016! Join us at our booth to talk about all things Couchbase....

Document Database Granularity Level for the Relational Minded in 2 Minutes

Document Database Granularity Level for the Relational Minded in 2 Minutes

When we explain what is NoSQL, and how Couchbase fits in that picture, we usually get questions about Relational Databases, and we can't avoid comparing the two. While their architecture are quite different, we can find some similarities in concepts....

Storing, Indexing and Searching files with Couchbase and Spring Boot

Storing, Indexing and Searching files with Couchbase and Spring Boot

I have been wanting to showcase most of the new Couchbase’s search features available in 4.5 in one simple project. And there have been some interest recently about storing files or binaries in Couchbase. From a general, generic perspective, databases...

Create a Zeppelin Interpreter for Couchbase

Create a Zeppelin Interpreter for Couchbase

I have started playing with Zeppelin recently. It's a great web-based notebook that enables real-time analytics. It supports a variety of backends through the concept of interpreters. Zeppelin Interpreter is the plug-in which enable zeppelin user to use a specific...

Getting Started with Couchbase and Spark on Apache Zeppelin

Getting Started with Couchbase and Spark on Apache Zeppelin

While I was at JDays in Göteborg, I attended a presentation about Apache Zeppelin. It’s a web-based notebook that enables interactive data analytics. It already supports many interpreters like Spark, Markdown, Angular, Elastic and more. It really is well integrated...

Getting Started with Beacons and Couchbase Lite Android

Getting Started with Beacons and Couchbase Lite Android

Beacons. These small devices might become ubiquitous in the future. It started with iBeacons from Apple, AltBeacon, and Google is now getting it’s own platform called Eddystone. This is going to be interesting. If you don’t know what a beacon...

Full Text Search in Couchbase 4.5 Developer Preview

Full Text Search in Couchbase 4.5 Developer Preview

One of my favorite new features being previewed in Couchbase Server 4.5 is Full Text Search, or FTS. Last year it was released as a standalone Developer Preview, and now you can try a new Developer Preview that’s fully integrated with Couchbase 4.5. Cécile...

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

Talking Beacons, IoT, P2P and Couchbase Mobile

Talking Beacons, IoT, P2P and Couchbase Mobile

Talking Beacons, IoT, P2P and Couchbase Mobile Yesterday I went to Fosdem to talk about Couchbase, IoT, beacons, P2P and the cool things you can do along those lines. Beacons A beacon is an object that can emit a signal...

Moving SQL business logic to the Application Layer

Moving SQL business logic to the Application Layer

Last time we left with a very raw, straight forward import of SQL tables in Couchbase, with one document per table row.  But there is still work to do. Primary keys have changed in the process so we need to...

Moving SQL database content to Couchbase

Moving SQL database content to Couchbase

Since the GA release of N1QL, we get a lot of questions about moving content from a SQL database to Couchbase. There are many different ways to do so. Today, I have chosen what is probably the simplest. I will...

Test the Latest Couchbase Features with a Docker Image

Test the Latest Couchbase Features with a Docker Image

We’re lucky to have a smart and active team of developers at Couchbase and they often come up with new things for us try out! If you follow this blog you might have seen we published a developer preview for...