Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeal/replicate

A customizable CouchDB replicator in node.js.
https://github.com/mikeal/replicate

Last synced: about 2 months ago
JSON representation

A customizable CouchDB replicator in node.js.

Awesome Lists containing this project

README

        

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

## Install

``` sh
[sudo] npm install -g replicate
```

## Usage

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

``` sh
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.