Search code examples
mongodbcouchbasecouchbase-sync-gatewayaws-documentdb

Replicate data from couchbase onpremise to AWS documentdb


I have a couchbase installation onpremise and the same data at real time needs to be replicated to AWS Document DB, what are the possible approaches?

Can Synch Gateway help?


Solution

  • You can use Couchbase's Kafka connector for that (https://github.com/couchbase/kafka-connect-couchbase). Basically, it allows you to listen to all document changes in CB and push it to third party systems.