My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: couchdb, fuse, python
Blogs:
Feeds:
People details
Project owners:
  jason.davies

A FUSE interface to CouchDB.

From the blog post:

Use Cases

Installation

You need the following:

  1. Python FUSE bindings
  2. CouchDB-Python 0.5 or greater
  3. CouchDB-FUSE

Running python setup.py install should install a couchmount script on your path.

Usage

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

...you get the idea...

Happy Couching!

Downloads available at PyPI.









Hosted by Google Code