Author
-

Introducing the Couchbase Java SDK 3.0 Alpha
I am super excited to finally write this announcement, because it allows me to put the spotlight on something we’ve been working hard over the last months. In a collective effort across the SDK…
-

Couchbase Spark Connector 1.0.0 Released
Spark Connector 1.0.0 Released After two developer previews and one beta I’m super happy to announce the first stable release of our Couchbase Spark Connector. The timing is no coincidence, since next week Spark…
-

All The Small Things – JVM Profiling Lessons From The Trenches
JMH (Java Microbenchmarking Harness) has become one of my invaluable tools to quantify (and ultimately justify) a performance optimization inside the Couchbase Java SDK and its related projects. Since I see many users and…
-

The Couchbase Java SDK 2.1.0 arrived!
On behalf of the whole team I’m happy to report that we’ve finally released the 2.1.0 version of the Couchbase Java SDK. Compared to the 2.0 branch it brings lots of new features as…
-

Introducing the Couchbase Spark Connector
On behalf of the whole team, I’m incredibly proud to announce that we’ve just released the first developer preview of our brand new Couchbase Spark Connector. It allows you to move data in and…
-

Couchbase Spark Connector – Developer Preview Refresh
It’s been a while since we’ve introduced the first developer preview of our brand new Couchbase Spark Connector. So we thought it’s time for another release, providing enhancements and a handful of new features.…
-

Why you should care about reactive database access
Since we’ve announced that our new Java SDK is completely based on reactive and asynchronous components, our users keep asking what the benefits over their tried and true synchronous access patterns are. While very…
-

What’s new in the Couchbase Java SDK 1.2
[This blog was syndicated from https://nitschinger.at/] For all users of our Java SDK, we prepared some nice additions for you. This post covers them in detail and shows how you can get more productive…
-

Couchbase Java SDK 1.4.0 – New and Noteworthy
Via this blog we’re releasing the first developer preview of the 1.4.0 Java SDK. Aside from the usual bugfixes and enhancements, this new minor release provides support for optimized connection management which was recently…
-

Why Couchbase chose RxJava for the new Java SDK
This blog post explains our reasoning and motivation behind choosing RxJava as one of the integral components in our new Java SDK. Motivation There are many ways to design an API and every one…