Laurent Doguin | Couchbase Blog

Author

All posts by Laurent Doguin

Laurent is a nerdy metal head who lives in Paris. He mostly writes code in Java and structured text in AsciiDoc, and often talks about data, reactive programming and other buzzwordy stuff. He is also a former Developer Advocate for Clever Cloud and Nuxeo where he devoted his time and expertise to helping those communities grow bigger and stronger. He now runs Developer Relations at Couchbase.

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

Couchbase on Jelastic
Couchbase on Jelastic

I recently started playing around with Jelastic. They provide Platform-as-Infrastructure. It's a PaaS + IaaS platform. They recently released a new version named Joker (for Jelastic + Docker). And one of their particularities is to offer easy horizontal AND vertical...

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

DevoxxFR, DevoxxUK, DevoxxPL, DevoxxBE, DevoxxMA
DevoxxFR, DevoxxUK, DevoxxPL, DevoxxBE, DevoxxMA

Last week I attended my last Devoxx of 2015, DevoxxMa. Great conference, top-notch team, wonderful people, you have to go there. And actually you should go to any other Devoxx if you are a Java/JVM developer. And if so I...

Structure the Unstuctured
Structure the Unstuctured

It’s the name of a talk I will be giving in the coming weeks. It’s basically about data modelling for unstructured or semi-structured data. If you are interested I will be giving it at the following conferences: Java Days Kiev...

Let your Devices talk to each other
Let your Devices talk to each other

Last week I was speaking at WebCamp Zagreb, a great conference for developers and designers. I gave a presentation entitled ‘Let your devices talk to each other’. For the demo part I did a very simple message app that syncs automatically...

Moving Couch
Moving Couch

I recently saw a question on our forums where someone wanted to move some data from CouchDB to Couchbase. Since I usually help friends in need when they are moving, I thought I would help. Moving requires preparation, especially with...

Advanced Spring Data Couchbase
Advanced Spring Data Couchbase

In the previous two posts we looked at getting started with Spring Data Couchbase. Now it’s time to get a little more sophisticated (keeping in mind that sophisticated or advanced does not mean more complicated). Let’s look at some of the great stuff...

Storing Timestamped Metrics in Couchbase with Spring
Storing Timestamped Metrics in Couchbase with Spring

Storing Timestamped Metrics in Couchbase with Spring I have previously blogged an intro to Spring Data Couchbase. This post is a follow-up. I will show you how I use Spring social connectors to store data coming from Twitter. Document Structure...

An Intro to Spring Data Couchbase
An Intro to Spring Data Couchbase

An Intro to Spring Data Couchbase Right now I am trying to get an understanding of who is the Couchbase community, including how many people read these blos posts, follow us on our social network pages, ask questions on our...