"short_desc":"MongoDB is an open-source NoSQL database",
"author":"MongoDB",
"port":27017,
"categories":[
"development",
"data"
],
"description":"MongoDB is an open-source document-oriented database that is designed to store a large scale of data and also allows you to work with that data very efficiently. It is categorized under the NoSQL (Not only SQL) database because the storage and retrieval of data in the MongoDB are not in the form of tables.",