Question about converting from MySQL to MongoDB

For a new project I decided to use a noSQL database instead of MySQL. After considering several options, the choice fell on MongoDB.

I would like to know if it is possible to convert the standard database from MySQL to MongoDB. Is there an existing procedure, documentation or support for this?

Unfortunately, Eloquent does not provide a driver for this…

Mongo is a completely different paradigm, it doesn’t use SQL, so I think it would be very difficult to convert or port across to this.