jasondavies / couchdb-fuse

A FUSE interface to CouchDB.
http://www.jasondavies.com/
Other
21 stars 8 forks source link

CouchDB-FUSE

A FUSE interface to CouchDB. See the blog post for more details.

Requirements

Installation

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.

Usage

$ mkdir mnt
$ couchmount http://localhost:5984/jasondavies/_design%2Flinks mnt/
$ ls mnt/
$ touch mnt/foo
$ ls mnt/
foo
$ 

Use cases

Happy Couching!