I'm using MongoMapper for our primary datastore, and I want to run reporting jobs against the slave nodes in our replica set, rather than the primary. Unfortunately, most of our background jobs are read/write and need to go against the primary.I'm using MongoMapper for our primary datastore