This document discusses using MongoDB and a relational database together in applications. It suggests testing your data and access patterns to determine if MongoDB is a good fit for parts of your app. If so, utilities, logging, comments, and isolated subsystems are examples of good candidates for MongoDB. The document provides instructions for setting up MongoDB with Rails applications using MongoMapper and ActiveRecord together. It also describes some challenges like replacing migrations and tool upgrades over time.