This CKAN extension provides functionality to convert MySQL databases to MongoDB. It handles the migration of relational database structures to document-oriented storage, including validation of relations, handling of BLOB and TEXT data types (writing to files instead of BSON), and uses SchemaCrawler tool for schema analysis. The extension supports Docker-based development and includes validation features for ensuring data integrity during conversion.