Categoria: Couchbase Server
-

Couchbase Cluster on Docker Swarm using Docker Compose and Docker Machine
This blog post will explain how to create and scale a Couchbase Cluster using full armor of Docker – Docker Machine, Docker Swarm and Docker Compose. Here is what we’ll do: Docker Swarm Cluster using…
-

Couchbase on Amazon Marketplace
Couchbase Server can be easily downloaded and installed on your local machine. However a common way to run it is on Amazon. This blog will explain how you can run Couchbase on Amazon. Couchbase Server can…
-

Scaling and Rebalancing a Couchbase Cluster using CLI
Couchbase provides high availability and disaster recovery in several ways: This blog will show how to create a Couchbase cluster using Couchbase Command Line Interface (CLI). In addition, these steps can also be performed using…
-

Couchbase XDCR using Docker Swarm, Machine and Compose
Cross Datacenter Replication (XDCR) in Couchbase provides an easy way to replicate data from one cluster to another. The clusters are typically set in geographically diverse data centers. This enables for disaster recovery or to bring…
-

Kubernetes Cluster on Google Cloud 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. The first part (Couchbase…
-

NetBeans Plugin for Couchbase Part 5 – Coffee on Couchbase
This is part 5 (part 4, part 3, part 2, part 1) of 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…
-

Getting Started with Docker Cloud
Deploying Docker to Amazon using Tutum explained how to deploy a Docker image to Docker Tutum. Tutum is now Docker Cloud. Read Announcing Docker Cloud for more details. The key features of Docker Cloud are: This…
-

NetBeans Plugin for Couchbase Part 7 – Coffee on Couchbase
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,…
-

Deploy Docker to Amazon Cloud using Tutum
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…
-

NetBeans Plugin for Couchbase Part 3 – Coffee on Couchbase
This is part 3 (part 2, part 1) of 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…
-

Couchbase 4.5 Developer Preview Now Available!
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…
-

Couchbase Docker Container
Couchbase Docker images are always at hub.docker.com/_/couchbase/. Complete instructions to run Couchbase Docker Container are available at docs.docker.com/engine/examples/couchbase/. Start Couchbase Docker Container How do you start a Couchbase Docker container? By default, this command starts Couchbase Server 4.1…