Rickey
Rickey

Reputation: 71

Extracting data from one server to other in couchDB

Hello I am new to couchDB. I have around 100 document and also the insertion is very hard to do alone. can any one let me know if there are possible of dividing the document into two computer and then combine into single system. The process can be through cable or through wireless.Kindly help me out.

Upvotes: 0

Views: 101

Answers (1)

Danilo Gomes
Danilo Gomes

Reputation: 582

You can try use CouchDB's Replicator. http://docs.couchdb.org/en/latest/replication/replicator.html#basics

You can do it on Futon accessing http://couchdb:5984/_utils/replicator.html

I've been used it everytime when I wish share a database on different environments. Does that help you?

Upvotes: 1

Related Questions