Category: Couchbase Server

Faster Search, Sorting, Mapping by Keys: FTS Enhancements in Couchbase Server 4.6
Faster Search, Sorting, Mapping by Keys: FTS Enhancements in Couchbase Server 4.6

Learn the significant improvements in Full-Text Search (FTS) in Couchbase Server 4.6 : Performance ImprovementsIndex Type Mapping By KeyCustom Sorting.

Introducing Couchbase Server 4.6.0 Developer Preview
Introducing Couchbase Server 4.6.0 Developer Preview

Today, we’re very excited to announce the availability of Couchbase Server 4.6.0 DP. This is an early developer release that comes with some exciting capabilities for cross datacenter replication, security, query, tools, and powerful full text search capability. The Developer...

Couchbase Monitoring
Couchbase Monitoring

The post focuses on how to store the metrics in a Couchbase bucket and use N1QL to understand what’s happening in a given cluster.

Developing an API with Golang using Couchbase NoSQL and N1QL
Developing an API with Golang using Couchbase NoSQL and N1QL

Have you ever wanted to create a RESTful API with Golang, but didn’t know where to start?  What do you do about URL routing, data modeling, or even the data layer in general? In this start to finish video tutorial,...

Couchbase Server 4.1.1 CE is now available
Couchbase Server 4.1.1 CE is now available

We are glad to announce that Couchbase Community Edition 4.1.1 is generally available. This release further fortifies the previously released 4.x Community Edition series with the top bug fixes to improve product stability.   Start exploring Couchbase Server Community Edition...

Getting Started with Golang and Couchbase
Getting Started with Golang and Couchbase

Are you a Go programmer that is new to Couchbase or even NoSQL in general?  In this quickstart video tutorial you’ll learn some basics on how to get started with Couchbase, explore some complex data models, and see the various...

Developing an API with Node.js using Couchbase NoSQL and Ottoman
Developing an API with Node.js using Couchbase NoSQL and Ottoman

Not too long ago I released a lengthy tutorial video on the topic of creating an API with Node.js and Couchbase that used N1QL for querying.  However, that is only one of several ways to get the job done.  If...

Couchbase Spark Connector 2.0.0 Released
Couchbase Spark Connector 2.0.0 Released

On behalf of the SDK team I’m happy to announce the release of the second major version of the Couchbase Spark Connector which most importantly brings compatibility with the Apache Spark 2.0.x series. A special thanks goes to community contributors...

Summer Project 2016: The CouchCase
Summer Project 2016: The CouchCase

I know that Summer 2016 is long gone, but I promised one more blog post about building the CouchCase. This part was the easiest, since clustering Couchbase Server nodes together is really easy. Networking First, a little information about how...

Using Couchbase to Store Non-JSON Data
Using Couchbase to Store Non-JSON Data

I believe most of the power of Couchbase Server comes when you use it as a document database to store JSON documents. You get to use N1QL, for instance! However, there are some times when you need Couchbase to store...

Developing an API with Node.js using Couchbase NoSQL and N1QL
Developing an API with Node.js using Couchbase NoSQL and N1QL

See how to start a new Node.js app, develop RESTful API performing CRUD operations, use SQL-like N1QL queries to interact with NoSQL Couchbase data.