You now know how MongoDB databases are (un)structured. You have also created your SQL databases for your project.Now, you will re-create your SQL database in a document format — preferrably, JSON — then load into Mongo DB.You will need to decide how to structure your database (References? Embedded Documents?, etc.) then load
.Can you determine any differences between performance of SQL and MongoDB? What is the reason for those differences?
The deliverable will be a Word document describing your reasoning of the final structure, and also containing a screen shot of your loaded MongoDB, using a simple query to show fields and the first couple of records.