On 19 June 2012 15:10, bryan rasmussen <[email protected]> wrote: > .Hi, > > I was hoping to use 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." > > To manage some data in my project, but it looks sort of out of date. > Does anyone know of another tool that does similar things? > I guess if not I might fork it as my excuse to learn node.js, which I > am thinking to move to as my front end server at some point anyway. > > Thanks, > Bryan Rasmussen
Hi Bryan, the get/put API of couchdb hasn't changed in years, the project got updates 4 days ago & it uses cradle underneath. I think you should just try it, likely it will work OOTB. A+ Dave
