/replicate

A customizable CouchDB replicator in node.js.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Replicate — Simple, Fast and Reliable CouchDB Replication with Node.js

Install

[sudo] npm install -g replicate

Usage

Replicate installs as a executable file in unix based systems. Simply:

replicate http://admin:pass@somecouch/sourcedb http://admin:pass@somecouch/destinationdb

Library

Replicate can also be used as a library. Check bin.js for a quick example.