This is part 7of Coffee on Couchbase series where we are building a NetBeans plugin for Couchbase. This multi-part webinar series is a discussion with Geertjan Wielenga (@GeertjanW) and Eben Haber (@ebenhaber). As part of this series, you’ll also learn how to build...
Couchbase and the various server SDKs offer many different ways to query for data. You could write N1QL queries, view queries, or you could even lookup documents by their key. Of the three possible ways to obtain data, doing lookups...
Have you felt the need to run Docker containers on Amazon? Amazon Container Service requires extensive setup and manual work. This is meant for programmers who have plenty of time and willing to debug through multiple steps. For mundane programmers, like me,...
Docker 1.10 is now released! Read about all the new features in Docker 1.10. A quick summary: New Compose file format Much better networking Much better security Swarm becomes 1.1, with Mesos integration Read Docker 1.10 release notes. Lets look at some...
Check out the Docker Installation Scripts - CLI, Machine, Compose, Version Manager and this blog shows how to install the tools that you like using CLI.
Learn how to build a NetBeans plugin from scratch for Couchbase and learn the awesomeness behind NetBeans platform in part 3.
Couchbase 4.5 Developer Preview is now available! As we head towards 4.5 GA, this is a significant milestone packed with many exciting features for more efficient querying, advanced data access, powerful indexing, and more comprehensive administration. For developers, this is going...
Couchbase 4.x Quick Installation provide instructions to install Couchbase on your local machine. Would you like to run Couchbase 4.x in cloud? There are plenty of recipes available! Looking for detailed instructions on Couchbase Cloud Recipes? Digital Ocean Jelastic OpenShift Docker BigStep Vagrant...
The blog covers learning the basics of Couchbase Lite indexing. AKA Views. It also explains how to do simple views, how to run queries.
NetBeans simplified out-of-the-box experience is really nice and intuitive. That's why it continues to be my favorite IDE! This morning started a new Coffee on Couchbase webinar series. It will build a NetBeans plugin for Couchbase. This multi-part webinar series is going to...
This is part 2 (part 1) of Coffee on Couchbase series where we will build a NetBeans plugin for Couchbase. This multi-part webinar series is a discussion with Geertjan Wielenga (@GeertjanW) and Eben Haber (@ebenhaber). As part of this series, you’ll also learn...
Almost any app out there needs to display a list of information and when it comes to reloading data, users are expecting the pull to refresh feature to be available. Let’s explore how to do that with Sync Gateway and...