Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikeal/replicate
- Owner: mikeal
- License: apache-2.0
- Created: 2011-08-14T00:36:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T22:00:46.000Z (over 7 years ago)
- Last Synced: 2024-10-07T15:40:48.114Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 52
- Watchers: 4
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mikeal/replicate - A customizable CouchDB replicator in node.js. (others)
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.