A FUSE interface to CouchDB. See the blog post for more details.
Make sure the requirements above are installed, then run python setup.py install
. You can also install the latest stable version from PyPI by
running easy_install CouchDB-FUSE
.
$ mkdir mnt
$ couchmount http://localhost:5984/jasondavies/_design%2Flinks mnt/
$ ls mnt/
$ touch mnt/foo
$ ls mnt/
foo
$
cp *
is the way
forward!Happy Couching!