I have multiple databases wherein each database is harvesting some hundred thousand tweets. I am not looking to merge these databases together to get more in depth analysis. However, I cannot find anything which could help me merging these databases, which were created in CouchDB
.
$ npm install -g couchdb-merge
Installed this, and then ran below:
$ couchdb-merge --database aus_vs_pak_new.couch nz_vs_wi_new.couch --database merge.couch
However, I get error :
/usr/local/bin/couchdb-merge: line 2: /bin: Is a directory
/usr/local/bin/couchdb-merge: line 2: /bin: Is a directory
/usr/local/bin/couchdb-merge: line 2: /bin: Is a directory
/usr/local/bin/couchdb-merge: line 2: /bin: Is a directory
/usr/local/bin/couchdb-merge: line 2: /bin: Is a directory
/usr/local/bin/couchdb-merge: line 2: /bin: Is a directory
/usr/local/bin/couchdb-merge: line 2: /bin: Is a directory
....
How to resolve this issue?