Hi all, I'd like to let you know about Couchtato - https://github.com/cliffano/couchtato It's a command line tool (using nodejs) that allows you to apply javascript functions against all documents in a database, 'offline' in the sense that those javascript functions live in a couchtato config file on your local filesystem instead of a view on CouchDB server.
Couchtato is also handy for: - finding documents with a certain criteria - generating database dumps - updating, deleting, or counting documents Since Couchtato is just a simple command line tool, the users won't need to know much about CouchDB / views / design documents, they only need to know the database URL and to create some javascript functions - simple enough for non-developers. Hopefully this tool can be useful for someone out there. Cheers, Cliff
