Hoping you guys are enjoying the NoSql journey so far (previous posts links), till now we have seen basic CRUD operation. From this post onward, I am diving in details of these operations and starting with FIND or SELECT operation in MongoDB. We will learn what are the ways and options provided by MongoDB to select or project the data.
When you start working with complex queries you might {as I have said "Might"} face difficulties with tracking of braces {([ as I've experienced the same with me/my team/students and colleagues. But no worries, Jupyter Notebook provides a couple highlighter for braces when selected or you can use notepad++ also (which I think is not so useful as you are not gonna copy/paste the syntax so frequently).
I advise everyone to avoid the writing queries directly on mongo shell prompt as it doesn't provide any intelligence and not so good in fixing queries if made mistake.
I am sure you will love this post as well and if have any question feel free to ask in comment section below.
For on Mongo DB -> Link
There are many more Find/Read Operators supported by MongoDB, Full list can be found HERE
CRUD Operation - (Read) : Link
Next Post on this Series and more on MongoDB can be find here -> LINK
Facebook Page Facebook Group Twitter Feed Google+ Feed Telegram Group