Saturday, January 06, 2018

Using XDCR to Replicate NoSQL Data Between Couchbase Docker Containers [Video]

DZone Database Zone
Using XDCR to Replicate NoSQL Data Between Couchbase Docker Containers [Video]
Using XDCR to Replicate NoSQL Data Between Couchbase Docker Containers [Video]

A few weeks ago, I wrote an article outlining the steps for using cross-datacenter replication (XDCR) in Couchbase. This article described everything from cluster setup to replicating NoSQL documents that exist in one cluster to another cluster.

In case you're unfamiliar, XDCR is great for disaster recovery and data locality. To make things even better, it is incredibly simple to configure.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...