Zero deployment CouchDB embedded in a Windows app?

前端 未结 4 781
一生所求
一生所求 2021-02-05 22:24

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

4条回答
  •  耶瑟儿~
    2021-02-05 22:50

    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.

提交回复
热议问题