Learning MongoDB
MongoDB
is a type of NoSQL database suitable for storing large-scale data.
MongoDB is a document based database, the data is stored in a JSON-like document format.
MongoDB uses Collections to organize documents, and each document is composed of key-value pairs.