This document summarizes a presentation about migrating the popular Magento eCommerce platform from using a MySQL database to using MongoDB. It describes how Magento currently structures data in MySQL tables and discusses reasons for migrating to MongoDB like increased scalability. It then shows how the data can be structured in MongoDB documents while still maintaining Magento's object-oriented data model. New resource models are created to load and save data using MongoDB instead of MySQL queries. The end goal is to migrate existing Magento data to the new MongoDB schema without changing how Magento functions or losing existing features.