Reputation: 71
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
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