Webinar | MongoDB vs. Couchbase Server – Architecture & Code
Have you been curious about the difference in architecture between MongoDB and Couchbase Server? Then this is the perfect time to learn more. Join my live webinar on Thursday, 21 July at 10:00 a.m. BST where I’ll discuss: The most…
Couchbase 102: Couchbase Server & Couchbase Mobile Use Cases on May 5, 2016 11:00 AM SGT
You can register for Couchbase 102: Couchbase Server & Couchbase Mobile Use Cases on May 5, 2016 11:00 AM SGT at: https://attendee.gotowebinar.com/register/2826576488407161092 Learn about the most common use cases of Couchbase Server & Couchbase Mobile and how Couchbase meets…
Free Couchbase Developer Day
Hi there, I want to personally invite you to attend Couchbase Day on December 10 at Microsoft New York. This FREE day-long educational event will feature a combination of hands-on workshops and presentations on Couchbase Server. Couchbase experts will walk…
From MongoDB to Couchbase: How to Make the Switch
From MongoDB to Couchbase: How to Make the Switch Date: Wednesday, 18 November 2015 Time: 3 p.m. GMT In this webinar, I will: Explain the key differences between MongoDB and Couchbase — including the 7 common challenges with MongoDB that Couchbase overcomes…
[Couchbase]: Free on-demand NoSQL trainings
Couchbase is pleased to announce free on-demand training for developers, admins, and architects. And their online courses consist of lessons, quizzes, coding labs, and other resources that get you up to speed quickly on NoSQL concepts, Couchbase Server 4.0 architecture, and…
Document Versioning in Couchbase
This blog was originally posted by David Maier here Couchbase Server does out of the box not support document revisions but it would be quite simple to implement it on the application side. This article describes ways how to do…
Flexible and Scalable Content Management using Apache Chemistry OpenCmis and Couchbase
This Blog was originally posted by Cecile Le Pape here Is it possible to build a Content Management system flexible and scalable ? Flexible so I can choose independently my file storage and my metadata storage. Each of these parts…
How many Buckets?
This Blog was originally posted by David Maier here In Couchbase the equivalent of a database is called a bucket. A bucket is basically a data container which is split into 1024 partitions, the so called vBuckets. Each partition is…
Loading data in Couchbase with RxJava
This Blog was originally posted by Francois Cerebella here Sep 22, 2015 • fcerbell This short tutorial explains how to find an interesting data set (quantitatively and qualitatively) and load it into Couchbase in order to play with it. This…
JDBC connection from JasperReports Server to Couchbase
This blog was originally posed by Francois Cerebella here Aug 31, 2015 • fcerbell Couchbase, a NOSQL BigData database, now offers a new language, N1QL, to write queries. This article will show you how to use the new Couchbase JDBC driver in JasperReports…