我可以在 Android 上的 CouchBase 和 Linux 上运行的 Couch DB 之间进行复制吗?
我可以将 Android 上运行的 CouchBase 数据库复制到 CouchDB (1.1) 服务器吗?我想在 Android 上尝试 couchbase,并在 Amazon EC2 上安装了 Couch DB。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以,但早期版本的 CouchDB for Android 不支持 CommonJS。这个问题现在可能已经解决了,我已经几个月没有测试了。
因此,如果您的 map/reduce/list/show 函数使用 CommonJS 模块,那么这些函数在由 Android 版 CouchDB 执行时将会崩溃。
如果出现任何问题,请检查 Android 设备上的 CouchDB 日志文件。
更新
Android 版 CouchDB 的版本已于昨天更新,现在应该支持 CommonJS 模块。
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.