views:

306

answers:

2

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
A: 

I am going through the same process. You might find SimplyStored interesting if you haven't already given it a look.

http://github.com/peritor/simply_stored

alecm
+2  A: 

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

Jan Lehnardt