Category: Best Practices and Tutorials

Scaling Couchbase Server on Azure
Scaling Couchbase Server on Azure

Scaling a Couchbase Server cluster on Azure is as easy as using a slider. This post walks you through it from the beginning.

Replicate NoSQL Data between Data Centers with Couchbase XDCR
Replicate NoSQL Data between Data Centers with Couchbase XDCR

Learn how to replicate NoSQL data between clusters or datacenters with Couchbase Server's cross datacenter replication (XDCR) tooling.

Certificate Pinning in Android with Couchbase Mobile
Certificate Pinning in Android with Couchbase Mobile

Certificate pinning is a technique used to “pin” a host to it’s public key certificate.Post discusses how to do this in a Couchbase Lite enabled Android app

Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL
Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL

Learn how to create a full stack application with Couchbase as the NoSQL database, Node.js and Hapi for backend, and Vue.js for the frontend.

Scaling a Couchbase Cluster for Increasing and Decreasing Demand
Scaling a Couchbase Cluster for Increasing and Decreasing Demand

When it comes to scaling a database, it is often a task that people want to avoid. For relational databases, which are often vertically sized databases, the administrators would have to take the database offline and add new hardware to...

Comparing Couchbase Views with Couchbase N1QL & Indexing.
Comparing Couchbase Views with Couchbase N1QL & Indexing.

The blog focuses on the table comparison between Couchbase Map-Reduce Views and Couchbase N1QL+GSI indexing. This is intended for developers and architects.

Sharing and Syncing Data between iOS Apps and App Extensions across devices
Sharing and Syncing Data between iOS Apps and App Extensions across devices

Use Couchbase Mobile Database in a shared container to share data between an iOS App and corresponding App Extension and to sync data across devices

Introducing the Query Interface in Couchbase Mobile 2.0
Introducing the Query Interface in Couchbase Mobile 2.0

Couchbase Mobile 2.0 supports a new query interface based on N1QL, Couchbase’s declarative query language that extends SQL for JSON.

Access to Shared Database Bucket from Web and Mobile Clients in Couchbase Mobile (Updated)
Access to Shared Database Bucket from Web and Mobile Clients in Couchbase Mobile (Updated)

Synchronization of data between web and mobile clients using Couchbase Mobile 1.5 using shared bucket access

Secure Your NoSQL Data with Couchbase Role-Based Access Control
Secure Your NoSQL Data with Couchbase Role-Based Access Control

Learn how to define an access control configuration in Couchbase Server to protect your cluster, buckets, and data from being accessed without permission.

Couchbase Data Platform Delivers Strong ROI to Surveyed Enterprises Worldwide
Couchbase Data Platform Delivers Strong ROI to Surveyed Enterprises Worldwide

Check out the results of an IDC White Paper titled "Empowering Systems of Engagement: Business Value of Couchbase NoSQL Engagement Database".

Optimize N1QL performance using request profiling
Optimize N1QL performance using request profiling

Monitoring uncovered the resource hog. Now what? Couchbase Server 4.5 introduced a mechanism to keep an eye on executing requests, so that slow performers could be highlighted. This DZone article covers the subject of N1QL monitoring in great detail, but...