My Rails app runs primarily on a regular mySQL database, however, if this database goes down I would like the Rails app to failover to a MongoDB database which is basically just a 'cached' version of the primary database.My Rails app runs primarily on a regular mySQL