Category: Couchbase Server

Announcing Couchbase Analytics Developer Preview 2
Announcing Couchbase Analytics Developer Preview 2

The post focuses on Couchbase Analytics Developer Preview. Couchbase Analytics allows analyzing data in its natural form without defining a rigid schema.

Use Docker to Deploy a Containerized Java with Couchbase Web Application
Use Docker to Deploy a Containerized Java with Couchbase Web Application

Learn how to deploy a containerized Java RESTful API and Couchbase NoSQL database using Docker and custom, hand-crafted, images.

Couchbase 5.0 April 2017 Developer Build Features & Enhancements
Couchbase 5.0 April 2017 Developer Build Features & Enhancements

The April 2017 Developer Build has a ton of bug fixes and feature enhancements, and we are one step closer to the stable release of Couchbase 5.0.

SQL to JSON Data Modeling with Hackolade
SQL to JSON Data Modeling with Hackolade

Walkthrough of a very simple SQL to JSON data modeling exercise and show how IntegrIT's Hackolade can help.

Announcing Couchbase Server 4.5.1 CE
Announcing Couchbase Server 4.5.1 CE

Explore the Couchbase Server Community Edition 4.5.1 with bug fixes thus improving the product stability. Download the s/w or release notes to know more.

Docker and Vaadin Meet Couchbase – Part 1
Docker and Vaadin Meet Couchbase – Part 1

Running Couchbase as a Docker container is fairly easy. Simply inherit from the latest, official Couchbase image and add your customized behavior according to your requirement. In this post, I am going to show how you can fire up a...

Perform Various N1QL Queries without Indexes in Couchbase Server
Perform Various N1QL Queries without Indexes in Couchbase Server

Not every N1QL query requires an index. See how to run a few N1QL queries on a Couchbase Bucket with no indexes and that includes no primary index.

Getting Started with Couchbase Lite in your iOS App : Part1
Getting Started with Couchbase Lite in your iOS App : Part1

Post discusses getting started with Couchbase Lite in your iOS App. Couchbase Lite is an embedded JSON database that supports multiple configurations

Our Commitment to Performance
Our Commitment to Performance

Couchbase is renowned for its industry leading performance. As powerful new features have been added, has our performance managed to keep pace?

FakeIt Series 4 of 5: Working with Existing Data
FakeIt Series 4 of 5: Working with Existing Data

FakeIt allows you to provide existing data to your models through JSON, CSV or CSON files. This data is exposed as an inputs variable in each of a models *run and *build functions.

Import Your MongoDB Collection Data into Couchbase Server with Golang
Import Your MongoDB Collection Data into Couchbase Server with Golang

Learn how to migrate your MongoDB Collection data into Couchbase Server with the mongoexport CLI and a very simple Golang script.

C# Tuples: New C# 7 language feature
C# Tuples: New C# 7 language feature

C# tuples are a new feature of C# 7. Learn the basics of how C# tuples work from this post, including a mix of a little Couchbase to show tuples in action.