Hi Ronen, I tried to install it but ran into difficulties with the python-fuse bindings. Apparently the latest version is only available for python 2.3 - I'm using 2.6 on a Mac. How did you solve this? Being able to mount couchdb attachments on a virtual filesystem would be pretty cool! Mirko On May 9, 2010, at 1:01 AM, Ronen Narkis wrote: > Hey all, > > Iv implemented a fuse filesystem that exposes Couchdb documents as files , > existing implementation (http://code.google.com/p/couchdb-fuse/) only expose > attachments. > This enables many useful use cases like rsync backup, text searching (using > grep awk) and more. > > For more info head on to http://github.com/narkisr/couch-fuse > Ronen