VOOZH about

URL: https://www.javacodegeeks.com/tag/couchbase/page/3

⇱ Couchbase Archives - Page 3 of 5 - Java Code Geeks


  • DevOps👁 Image
    Arun GuptaDecember 23rd, 2015
    0 79

    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👁 Image
    Arun GuptaNovember 30th, 2015
    0 118

    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👁 Image
    Arun GuptaNovember 27th, 2015
    0 270

    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👁 Image
    Arun GuptaNovember 24th, 2015
    0 265

    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👁 Image
    Andrey RedkoOctober 28th, 2015
    6 331

    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👁 Image
    Arun GuptaOctober 26th, 2015
    0 95

    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👁 Image
    Arun GuptaOctober 14th, 2015
    0 192

    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👁 Image
    Biju KunjummenSeptember 4th, 2015
    0 88

    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👁 Image
    Paris ApostolopoulosFebruary 4th, 2015
    0 67

    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 »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close