Im using DoctrineMongoDBBundle and I was wondering if it's possible to generate mapping information and documents from an existing mongodb database.
Just like the following set of commands would do with the ORM:
doctrine:mapping:convert; doctrine:mapping:import; doctrine:generate:entities;