Jae - What middleware have you used for this. One of my thought was to leverage apache webdav proxy mechanism.
According the JIRA issue it seems that there is an issue with the views. So what Erlang based solution would make sense here, something like a view handler? https://issues.apache.org/jira/browse/COUCHDB-815 Henri On Apr 24, 2012, at 10:39 AM, Jae Hess wrote: > I too had the same needs, > > The solution for me was to add middleware to respond to WebDav, and sort of > proxy between the WebDav client and CouchDB. > > Would be awesome to get something going in CouchDB for this. Maybe handle in > Erlang... > > Jae > > On Apr 24, 2012, at 9:24 AM, Dave Cottlehuber wrote: > >> On 24 April 2012 15:39, Henri van den Bulk <[email protected]> wrote: >>> I have a need to use attachments with CouchDB and have them accessible via >>> WebDev. Has anyone done this before? >> >> Hi Henri, >> >> If you mean "make CouchDB comply with WebDaV RFCs" then not to my >> knowledge. In principle you could write shows & lists to emulate that >> (sending appropriate headers along the way) but I'm not sure that it >> would be worth the effort, a la >> https://issues.apache.org/jira/browse/COUCHDB-815 >> >> Generally couch handles attachments pretty well, excluding a few >> things like native support for custom meta-data. >> >> A+ >> Dave >
