The logical structure of MongoDB is a hierarchical structure. It mainly consists of three parts: document (document), collection (collection), and database (database). The logical structure is for developers. Developers of the N17 platform use the logical structure to develop applications using MongoDB.
The database is similar to the mysql database, the collection is similar to the mysql table, and the document is similar to a row of records in the table.