Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 403 Bytes

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.