BDS456B MongoDB
BDS456B MongoDB
Sl.NO Experiments
1 a. Illustration of Where Clause, AND,OR operations in MongoDB.
b. Execute the Commands of MongoDB and operations in MongoDB : Insert, Query, Update, Delete
and Projection. (Note: use any collection)
2 a. Develop a MongoDB query to select certain fields and ignore some fields of the documents from
any collection.
b. Develop a MongoDB query to display the first 5 documents from the results obtained in a.
[use of limit and find]
[Refe: Book1 Chapter 4, book 2: chapter 5]
3 a. Execute query selectors (comparison selectors, logical selectors ) and list out the results on any
collection
b. Execute query selectors (Geospatial selectors, Bitwise selectors ) and list out the results on any
collection
4 Create and demonstrate how projection operators ($, $elematch and $slice) would be used in the MondoDB.
5 Execute Aggregation operations ($avg, $min,$max, $push, $addToSet etc.). students encourage to execute
several queries to demonstrate various aggregation operators)
6 Execute Aggregation Pipeline and its operations (pipeline must contain $match, $group, $sort, $project,
$skip etc. students encourage to execute several queries to demonstrate various aggregation operators)
[refer book 2: chapter 6 ]
7 a. Find all listings with listing_url, name, address, host_picture_url in the listings And Reviews
collection that have a host with a picture url
9 a. Develop a query to demonstrate Text search using catalog data collection for a given word
b. Develop queries to illustrate excluding documents with certain words and phrases
Refer: Book 2: Chapter 9]
· BOOK 1: “MongoDB: The Definitive Guide”, Kristina chodorow, 2nd ed O’REILLY, 2013.
· BOOK 2: “MongoDB in Action” by KYLE BANKER et. al. 2nd ed, Manning publication, 2016
· BOOK 3: “MongoDB Complete Guide” by Manu Sharma 1st ed, bpb publication, 2023.
· installation of MongoDB Video: https://www.youtube.com/watch?v=dEm2AS5amyA
· video on Aggregation: https://www.youtube.com/watch?v=vx1C8EyTa7Y
· MongoDB in action book Code download URL: https://www.manning.com/downloads/529
· MongoDB Exercise URL: https://www.w3resource.com/mongodb-exercises/