Not too long ago I wrote a lengthy tutorial on how to use Node.js and Couchbase to create a URL shortener. This tutorial used N1QL for querying the data. To compliment that writeup I’ve gone ahead and created a video...
A few years ago NoSQL might have sounded like a alien monster, but given the advances in the technology and how modern web and mobile applications are storing and accessing data, it is and has become a critical part of...
Yesterday CNN announced the best jobs in America. With factors like median pay, job growth opportunity, and quality of life, the Mobile App Developer came in at #1. While this may be somewhat of a surprise given the ephemeral nature...
Learn how to create a Google Chrome extension with Angular 2 that uses Couchbase for replicating data. Learn how to build the extension using Angular 2.
Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Announcements This Week Kafka Connector 3.0.0 GA released — provides functionality to stream, filter, and transform events from Couchbase Server to Kafka...
Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Announcements This Week .NET SDK 2.3.1 update released — enhancements in data structures + full-text search APIs + known bug fixes Node.js SDK...
What is a serverless architecture? Find out how to make the AWS Lambda Function as a Service (FaaS) platform as opposed to Platform as a Service (PaaS).
Want to create a highly-available Docker cluster on Amazon Web Services? Run multi-container applications on it using Docker Services? Docker for AWS allows you to exactly do that! This video shows: Create a highly-available Docker cluster on Amazon Web Services (0:00) Check configuration (5:43) Use...
DC/OS is a distributed operating system using Mesos as its kernel. See how to run a single Couchbase container on DC/OS using CloudFormation templates.
Find out how to install Windows Server 2016 on VirtualBox VM. This is an update to Windows Server 2016 using VirtualBox for Docker Containers.
This blog is the first part of a multi-part series. The first part showed how to set up Windows Server 2016 as a VirtualBox VM. This second part will show how to configure Docker on Windows 2016 VM. Start an elevated PowerShell...
Docker 1.12 introduced Services. A replicated, distributed and load balanced service can be easily created using docker service create command. A “desired state” of the application, such as run 3 containers of Couchbase, is provided and the self-healing Docker engine ensures...