Category: Couchbase Server

Microservice using AWS API Gateway, AWS Lambda and Couchbase
Microservice using AWS API Gateway, AWS Lambda and Couchbase

This blog has explained the following concepts for serverless applications so far: Serverless FaaS with AWS Lambda and Java AWS IoT Button, Lambda and Couchbase The third blog in serverless series will explain how to create a simple microservice using Amazon API Gateway,...

Using N1QL Subquery Expressions to Query Over Nested Couchbase Documents
Using N1QL Subquery Expressions to Query Over Nested Couchbase Documents

Couchbase Server 5.0 brings subquery expressions, where N1QL subqueries can be used in generic expressions. See what it means for a nested document means.

Taxi Ride Analysis – Native Analytics on Couchbase with Cloud9 Charts
Taxi Ride Analysis – Native Analytics on Couchbase with Cloud9 Charts

Learn using Cloud9 Charts how you can leverage N1QL natively to derive immediate, actionable insights that can be shared and embedded in a jiffy.

Introducing Developer Builds
Introducing Developer Builds

We believe that it takes a community to design, build and ship great software. So today, I’m excited to announce a new program called “Couchbase Developer Builds”. The goal of the program is to keep you updated on the exciting...

Doing a Proper Uninstallation of Couchbase Server on Mac
Doing a Proper Uninstallation of Couchbase Server on Mac

So you’re probably wondering why you would ever want to uninstall Couchbase. After all, it is the best NoSQL database around, right? Actually, I had recently received and inquiry that there were problems during the installation of Couchbase Server on...

A convenient workload generator for Couchbase in OpenShift
A convenient workload generator for Couchbase in OpenShift

Learn how to integrate the datastores in OpenShift in local environments at least, most probably in test environments too and maybe even in production.

Video Tutorial for Creating a URL Shortener with Node.js and N1QL
Video Tutorial for Creating a URL Shortener with Node.js and N1QL

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

Using PouchDB and Couchbase NoSQL in Your Node.js Web Application
Using PouchDB and Couchbase NoSQL in Your Node.js Web Application

One of my preferred technologies for developing web applications is Node.js. I do a lot of JavaScript development, so it is another piece to fit in my development puzzle. Not too long ago I wrote a guide for using Couchbase...

Kubernetes Monitoring with Heapster, InfluxDB and Grafana
Kubernetes Monitoring with Heapster, InfluxDB and Grafana

Kubernetes provides detailed insights about resource usage in the cluster. This is enabled by using Heapster, cAdvisor, InfluxDB and Grafana. Heapster is installed as a cluster-wide pod. It gathers monitoring and events data for all pods on each node by talking to the Kubelet. Kubelet...

Serverless FaaS With AWS Lambda and Java
Serverless FaaS With AWS Lambda and Java

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

Multimaster Kubernetes Cluster on Amazon Using Kops
Multimaster Kubernetes Cluster on Amazon Using Kops

Getting Started with Kubernetes 1.4 using Spring Boot and Couchbase explains how to get started with Kubernetes  1.4 on Amazon Web Services. A Couchbase service is created in the cluster and a Spring Boot application stores a JSON document in the database. It uses...

Docker for AWS – Getting Started Video
Docker for AWS – Getting Started Video

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