How to mix mongodb and a traditional db in Rails?

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-04-21T13:49:13Z Indexed on 2010/04/22 14:13 UTC
Read the original article Hit count: 341

I am considering using MongoDB (mongo-mapper) for a portion of my rails application. I am not ready to go whole hog MongoDB because there are too many useful gems that depend on a traditional DB.

That being said there are parts of my application that would be great to leverage a document database.

Has anyone had success mixing the two approaches? How do you link activerecord models with mongomapper models?

Thanks,

Jonathan

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about mongomapper