Couchbase
-
DevOps
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…
Read More » -
DevOps
Docker Multi-Host Networking with Couchbase and WildFly
Docker Multi-Host networking allows you to create virtual networks and attach containers to them so you can create the network…
Read More » -
DevOps
Configure Couchbase Docker Container using REST API
Couchbase Docker image is published at hub.docker.com/_/couchbase. The easiest way to start this image is: docker run -d -p 8091:8091 couchbase/server 8091…
Read More » -
Enterprise Java
CRUD Java Application with Couchbase, Java EE and WildFly
Couchbase is an open-source, NoSQL, document database. It allows to access, index, and query JSON documents while taking advantage of…
Read More » -
Software Development
NoSQL vs. SQL: Choosing a Data Management Solution
Table Of Contents 1. Introduction 2. Distributed systems: the CAP theorem 3. Relational data stores 3.1. MySQL / MariaDB 3.2.…
Read More » -
DevOps
Couchbase Cluster using Docker Compose
Couchbase 4.0 provides lots of features that allows you to develop with agility and operate at any scale. Some of the…
Read More » -
DevOps
Getting Started with Couchbase using Docker
Couchbase Server 4.0 was recently released and can be downloaded and easily installed. Getting Started with Couchbase explains in very simple and easy steps…
Read More » -
Enterprise Java
Couchbase Java SDK with Rx-Java
A neat thing about CouchbaseJava SDK is that it is built on top of the excellent Rx-Java library, this enables a…
Read More » -
Software Development
How to install 3 popular NoSQL databases for development in MacOSX for newbies Part 3 (CouchBase)
Part 1(Mongodb) Part 2 (Cassandra) Part 3 (CouchBase) In this post we are going to install CouchBase, a NoSQL database…
Read More »