public
Description: couchdb + ruby + fuse = couchdbfs
Homepage:
Clone URL: git://github.com/niky81/couchdbfs.git
couchdbfs / README
100644 24 lines (18 sloc) 0.522 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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