views:

175

answers:

1

I want to start playing with non-relational database, but want something that is popularly used with Rails. I'm considering the ones in the article and leaning towards Voldemort or CouchDB:

http://www.ithighlight.com/2009/07/list-of-companies-powered-by-non-relational-database/

Any recommendations?

+8  A: 

MongoDB

See the getting started section for Rails

Edit

As pointed out by Dan, there was actually a Railscast episode about MongoDB today. The video there demonstrates how to use MongoDB with Rails. Thanks for sharing, Dan.

Matt
+1 to MongoDB, There's also a new Railscast about it today: http://railscasts.com/episodes/194-mongodb-and-mongomapper
Dan McNevin
Great video, thanks!
Matt
Thanks. Also, I've heard CouchDB is quite slow compared to MongoDB and Voldemort
Chirag Patel