This document discusses migrating from an RDBMS to MongoDB. It begins by introducing the presenter and stating the goal is to explore issues in moving an existing RDBMS system to MongoDB. It then discusses determining the value of migrating, roles and responsibilities, bulk migration techniques, and approaches to cutting over the system. Key points made include understanding why you want to migrate, assessing the effort required versus the potential pain relief, involving all roles including developers and DBAs, using tools like mongoimport for bulk loads, and testing before any production cutover.