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
- Add/Delete Databases
- Spotlight Queries
- Add/Edit/Delete Documents
- Allow you to Choose Server
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/ // ...
- Databases - You will be able to Add/Delete Databases
- Documents - You will be able to CRUD Documents
- View Documents - You will be able to CRUD Documents
- View - You will be able to read view results
- Temporary Views is where you can make adhoc javascript queries through spotlight.
Comments, Suggestions, Etc. --> tkofol@gmail.com