Can I replicate a CouchBase datbase running on Android to a CouchDB (1.1) server ? I want to try out couchbase on Android and have installed a Couch DB on Amazon EC2.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can, but the earlier versions of CouchDB for Android do not support CommonJS. This may have been fixed by now, I haven’t tested it in a few months.
So, if your map/reduce/list/show functions use CommonJS modules, those functions will crash when executed by CouchDB for Android.
If anything does go wrong, check the log file for CouchDB on your Android device.
UPDATE
The version of CouchDB for Android was updated yesterday and it should now support CommonJS modules.