public
Description: couchdb + ruby + fuse = couchdbfs
Homepage:
Clone URL: git://github.com/niky81/couchdbfs.git
name age message
file LICENSE Mon Dec 15 05:57:31 -0800 2008 first commit [niky81]
file README Mon Dec 15 06:20:28 -0800 2008 better readme [niky81]
file couchdbfs.rb Tue Mar 03 09:27:32 -0800 2009 working with test [niky81]
file couchdbfs.rb.old Sun Mar 01 03:46:56 -0800 2009 not working yet [niky81]
file couchdbfs_lib.rb Mon Mar 02 04:58:33 -0800 2009 not working [niky81]
file couchdbfs_test.rb Mon Mar 02 04:58:33 -0800 2009 not working [niky81]
README
couchdb + ruby + fuse = couchdbfs

= couchdbfs
A fuse filesystem powered by couchdb similar to mysqlfs with mysql.

== Install
 a) Grab Couchdb from http://couchdb.apache.org/
 b) sudo gem install jchris-couchrest -s http://gems.github.com
 c) install ruby fusefs (http://rubyforge.org/projects/fusefs/)
 d) get couchdbfs from here

== Usage
ruby couchdbfs dest_dir

== Feature
 - Build entirely over couchdb
 - Open source

== TODO
 - specify database from commandline
 - use attribute/user/group
 - Fix bugs
 - Size bug