My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: fuse, couchdb, macfuse, objective-c, couchfs
People details
Project owners:
  tkofol

CouchFS is a MacFUSE file system that allows you access to CouchDB databases and files. Using CouchFS will allow you to mount your CouchDB system and edit/browse CouchDB files like any typical file on your OS X file system.

Todo

File System Outline

Is going to look something like this

// /Volumes/CouchFS/
//                |
//                `-> dbname1/
//                          |
//                          `-> Documents/
//                                      |
//                                      `-> All Documents
//                          |
//                          `-> Design Documents 
//                                             |
//                                             `-> All Design Documents
//                          `-> Views
//                                  |
//                                  `-> All Views as Directories
//                                                            |
//                                                            `->View JSON Return Values
//                          `-> Temporary Views
//                                            |
//                                            `-> Spotlight Queries
//
//                |
//                `-> dbname2/
//                           ...

Comments, Suggestions, Etc. --> tkofol@gmail.com









Hosted by Google Code