Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which CouchDB API to use for Rails?

I am currently investigating possible applications of CouchDB on my current project (written in Rails) and would like to get some feedback from people who have actually used these APIs. Which would you recommend and why?

  • ActiveCouch
  • CouchFoo
  • CouchRest
  • CouchRest-Rails
  • CouchPotato
like image 507
Matt Baker Avatar asked Mar 14 '10 20:03

Matt Baker


1 Answers

The basic layer of CouchRest is probably the best to get started, CouchPotato is the most active for Rails integration, SimplyStored adds some nicities on top of CouchPotato

like image 88
Jan Lehnardt Avatar answered Oct 04 '22 15:10

Jan Lehnardt