Can I copy between CouchBase on Android and Couch DB running on Linux?

Can I replicate a CouchBase database running on Android to a CouchDB server (1.1)? I want to try couchbase on Android and installed Couch DB on Amazon EC2.

+7
source share
1 answer

Yes you can, but earlier versions of CouchDB for Android do not support CommonJS. Perhaps this has already been fixed, I did not test it after a few months.

So, if your map / reduce / list / show functions use CommonJS modules, these functions will crash when running CouchDB for Android.

If something goes wrong check the log file for CouchDB on your Android device.

UPDATE

The Android version of CouchDB was updated yesterday and should now support CommonJS modules.

+7
source

All Articles