Categoria: Couchbase Server
-

AWS Serverless Lambda Scheduled Events to Store Tweets in Couchbase
This blog has explained a few Serverless concepts with code samples: This particular blog entry will show how to use AWS Lambda to store tweets of a tweeter in Couchbase. Here are the high level components: The key concepts…
-

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

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

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

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: Enjoy! https://www.couchbase.com/products/cloud/kubernetes provide more details about how to…
-

Couchbase Cluster on Mesos with DC/OS
Apache Mesos is an open source cluster manager developed at UC Berkeley. It provides resource isolation and sharing across distributed applications. Mesos consists of a master daemon that manages slave daemons running on each cluster node.Mesos…
-

Docker Service and Swarm Mode to Create Couchbase Cluster
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…
-

Kubernetes Cluster on Azure and Expose Couchbase Service
This blog is part of a multi-part blog series that shows how to run your applications on Kubernetes. It will use the Couchbase, an open source NoSQL distributed document database, as the Docker container. This fourth part will show:…
-

Couchbase Server Editions Explained
Couchbase Server comes in 3 main editions – Open Source Edition, Community Edition and Enterprise Edition. Let’s demystify how each edition is distinct and how each serves the needs of different set of users. What is the Open…
-

Couchbase 4.5 Beta is Now Available – Faster, Simpler, More Secure
Couchbase 4.5 Beta is now available, download! This release has three main themes: Here is the list of features that you can now play with: More details in What’s New in Couchbase 4.5 Beta! Read…
-

Couchbase 4.5 Application Contest – Chance to win $500 Amazon gift card!
Couchbase 4.5 Beta was announced yesterday and it can make you $500 richer! This blog announces a contest asking developers to build an application using Couchbase 4.5 Beta. Each qualified entry wins a #Couchbase swag worth $25. One lucky…
-

Couchbase on Mesos using DC/OS and Amazon
Couchbase Docker container can easily run on a variety of orchestration platforms: Docker container using Apache Mesos and Marathon explained how to setup Mesos, Marathon, and run a simple Docker image. The setup was quite involving and a bit…