# replicate **Repository Path**: mirrors_mikeal/replicate ## Basic Information - **Project Name**: replicate - **Description**: A customizable CouchDB replicator in node.js. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.