I have Googled this pretty extensively over the last few hours. We're in the process of trying to configure a new project and we were thinking of using Mongo to power our mapping data and other read-only, speed-dependent queries, while the rest of our application data would be better served in a relational db.
(Keep in mind I am a bit of a NoSql noob, we are just reacting to what we are familiar with)
I'd love to know how well these work together in Rails and even how best to set it up. I found this Using different connections, but there are a few other suggested methods.
Any help is appreciated.