MongoDB : introduction to MongoDB
MongoDB is an is a cross-platform open-source document database, and the leading NoSQL database. Written in C, C++ and Java script . MongoDB features: 1. Document-Oriented Storage » JSON-style documents with dynamic schemas offer simplicity and power. 2. Ad hoc queries MongoDB supports search by field, range queries, regular expression searches. Queries can return specific fields of documents and also … Read more