Embed presentation
Download to read offline
![A. D. Patel Institute Of TechnologyBig Data and Analytics [2171607] : A. Y. 2019-20Installing MongoDB , Querying through MongoDB &MongoDB through JavaScript ShellPrepared By :Dhruv V. Shah (160010116053)B.E. (IT) Sem - VIIGuided By :Dr. Narendra Chauhan(Head Of IT Dept. , ADIT)Department Of Information TechnologyA.D. Patel Institute Of Technology (ADIT)New Vallabh Vidyanagar , Anand , Gujarat1](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fbdafinalppt-191210092144%2f75%2fMongoDB-installation-CRUD-operation-JavaScript-shell-1-2048.jpg&f=jpg&w=240)

![Introduction What is MongoDB ? MongoDB is a general purpose, document-based, distributed database built for modernapplication developers and for the cloud era. MongoDB is a document database, which means it stores data in JSON-like documents (calledBSON [Binary JavaScript Object Notation]). It falls under the category of a NoSQL database. MongoDB is Scalable High-Performance Open-source, Document-orientated database. Built for Speed. Rich Document based queries for Easy readability. Full Index Support for High Performance. Replication and Failover for High Availability. Auto Sharding for Easy Scalability. Map / Reduce for Aggregation.3](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fbdafinalppt-191210092144%2f75%2fMongoDB-installation-CRUD-operation-JavaScript-shell-3-2048.jpg&f=jpg&w=240)






























![34Cont... db.getCollectionName() Returns an array containing the names of all collections and views in the current database, orif running with access control, the names of the collections according to user’s privilege. EXAMPLE: The following returns the names of all collections in the records database:use recordsdb.getCollectionNames() The method returns the names of the collections in an array:[ "employees", "products", "mylogs", "system.indexes" ]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fbdafinalppt-191210092144%2f75%2fMongoDB-installation-CRUD-operation-JavaScript-shell-34-2048.jpg&f=jpg&w=240)





This document provides an overview of MongoDB, including how to install it, perform CRUD operations, and use the MongoDB JavaScript shell. It discusses MongoDB's document-oriented data model and how it is suited for modern applications. Installation instructions for Windows are included, as well as examples of inserting, querying, updating, and deleting documents using MongoDB methods. The document also covers how to connect to MongoDB and run scripts from the JavaScript shell.
![A. D. Patel Institute Of TechnologyBig Data and Analytics [2171607] : A. Y. 2019-20Installing MongoDB , Querying through MongoDB &MongoDB through JavaScript ShellPrepared By :Dhruv V. Shah (160010116053)B.E. (IT) Sem - VIIGuided By :Dr. Narendra Chauhan(Head Of IT Dept. , ADIT)Department Of Information TechnologyA.D. Patel Institute Of Technology (ADIT)New Vallabh Vidyanagar , Anand , Gujarat1](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fbdafinalppt-191210092144%2f75%2fMongoDB-installation-CRUD-operation-JavaScript-shell-1-2048.jpg&f=jpg&w=240)

![Introduction What is MongoDB ? MongoDB is a general purpose, document-based, distributed database built for modernapplication developers and for the cloud era. MongoDB is a document database, which means it stores data in JSON-like documents (calledBSON [Binary JavaScript Object Notation]). It falls under the category of a NoSQL database. MongoDB is Scalable High-Performance Open-source, Document-orientated database. Built for Speed. Rich Document based queries for Easy readability. Full Index Support for High Performance. Replication and Failover for High Availability. Auto Sharding for Easy Scalability. Map / Reduce for Aggregation.3](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fbdafinalppt-191210092144%2f75%2fMongoDB-installation-CRUD-operation-JavaScript-shell-3-2048.jpg&f=jpg&w=240)






























![34Cont... db.getCollectionName() Returns an array containing the names of all collections and views in the current database, orif running with access control, the names of the collections according to user’s privilege. EXAMPLE: The following returns the names of all collections in the records database:use recordsdb.getCollectionNames() The method returns the names of the collections in an array:[ "employees", "products", "mylogs", "system.indexes" ]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fbdafinalppt-191210092144%2f75%2fMongoDB-installation-CRUD-operation-JavaScript-shell-34-2048.jpg&f=jpg&w=240)



