问题描述
我可能在这里做梦,但是想知道是否有可能在Windows应用程序中完全嵌入最小的CouchDB引擎,以便可以在用户的计算机上运行而不需要安装(CouchDB / Erlang)的应用程序。我已经提供了这个细长的/捆绑的功能 - 在这里查看,特别是16MiB erlang的精益捆绑+所有沙发上爱这里
有关在wiki.apache.org/couchdb/Quirks_on_Windows上的Windows上捆绑和嵌入couchdb的一些简要说明,包括如何隐藏erlang窗口(erl.exe -detached)启动时。
在CouchD上询问B @用户邮件列表,如果你想要更多的信息或帮助,而你有一个破解。
I'm probably dreaming here, but am wondering if there's any possibility of completely embedding a minimal CouchDB engine within a Windows application, such that the app can be run without requiring installation (of CouchDB/Erlang) on the user's computer.
I already provide this slimmed down / bundled ability - check here https://github.com/dch/couchdb/downloads and specifically the lean bundle at 16MiB erlang + all couch love here https://github.com/downloads/dch/couchdb/couchdb-1.1.0+COUCHDB-1152_otp_R14B03_lean.7z
Some brief notes on bundling and embedding couchdb on windows at wiki.apache.org/couchdb/Quirks_on_Windows including how to hide the erlang window (erl.exe -detached) at startup.
Ask on CouchDB @user mailing list if you want more info or help while you have a crack at this.
这篇关于零部署CouchDB嵌入Windows应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!