Hi all, On another work that don't use it any more I've made a rebared version of couchdb based on bigcouch. It's a trunk version of couchdb.
You can find it here : https://github.com/benoitc/couchdb/tree/rebar or : https://github.com/benoitc/couchdb/tree/rebar-split Second version is a spitted version of couchdb using davisp' script. For now couch_view isn't splitted because couch_db rely on it to make doc validation (js function using couch_query_servers) . This couchdb version could be use in environnement that need a more erlangish way to montior their application, or simply embed couchdb in your own app. I'm not sure how much time I will put on this during next days, so I'm releasing it hoping it could be useful for someone. Enjoy, - benoƮt