Category: Couchbase Server

Deploy Docker to Amazon Cloud using Tutum

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 steps. For mundane programmers, like me,...

NetBeans Plugin for Couchbase Part 3 – Coffee on Couchbase

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 part of this series, you’ll also...

Couchbase 4.5 Developer Preview Now Available!

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 comprehensive administration. For developers, this is going...

Couchbase Docker Container

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? [crayon-6628e0a4f1378211747107/] By default, this command starts Couchbase Server 4.1 Enterprise Edition. The latest GA images...

Couchbase on Kubernetes

Couchbase on Kubernetes

This blog is possible because of this tweet! Had a great #Couchbase #Kubernetes hacking session with @saturnism, learned a lot, look forward to some nice blogs. — Arun Gupta (@arungupta) February 27, 2016 Kubernetes is an open source orchestration system...

Couchbase Cloud Recipes – Pick your favorite!

Couchbase Cloud Recipes – Pick your favorite!

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

NetBeans Plugin for Couchbase Part 1 – Coffee on Couchbase

NetBeans Plugin for Couchbase Part 1 – Coffee on Couchbase

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

NetBeans Plugin for Couchbase Part 2 – Coffee on Couchbase

NetBeans Plugin for Couchbase Part 2 – Coffee on Couchbase

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

Couchbase 4.1 Docker Container

Couchbase 4.1 Docker Container

Couchbase 4.1 was recently released. Highlights of this release are: N1QL: Complete SQL CRUD Support with N1QL for Batch and OLTP Applications Covering Indexes Prepared Statements Additional Supported Platforms You can read all about it at Introducing Couchbase Server 4.1 and also watch...

Couchbase on OpenShift 3

Couchbase on OpenShift 3

OpenShift is Red Hat’s open source PaaS platform. OpenShift 3 provides a holistic experience of running your applications using Docker and Kubernetes. In a classic Red Hat way, all the work is done in the open source at OpenShift Origin. This also drives...

JBoss EAP 7 and NoSQL using Java EE and Docker

JBoss EAP 7 and NoSQL using Java EE and Docker

JBoss EAP 7 Beta is now released, many congratulations to Red Hat and particularly to the WildFly team! There are plenty of improvements coming in this release as documented in Release Notes. One of the major themes is Java EE 7 compliance. JBoss EAP...

Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js

Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js

Building web applications and mobile applications that share the same data is often thought of as a challenging task. How do you design your web application to fit with your mobile application and visa-versa? What happens when you want to...