My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

A FUSE interface to CouchDB.

From the blog post:

Use Cases

  • If you've read My Couch or Yours? Shareable Apps Are The Future by jchris, this is a great time-saver if you want to edit HTML, JavaScript, CSS or even image files directly using your favourite editor.
  • Uploading large numbers of files repetitively through Futon or even via a Python prompt becomes tedious very quickly: drag'n'drop or cp * is the way forward!

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.

Powered by Google Project Hosting