MongoDB Tutorial for Beginners (2022)
| By: | Amit Diwan |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781837638154 |
| eText ISBN: | 9781837636921 |
| Edition: | 1 |
| Copyright: | 2022 |
| Format: | Online Resource |
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
MongoDB is a No SQL database, which is an open-source, cross-platform, document-oriented database written in C++. MongoDB is a popular document database with powerful capabilities, such as full-text-based search, geospatial queries, data aggregation, and many more features.
The course begins with an introduction to MongoDB and it’s features and editions. You will learn to differentiate between SQL and NoSQL databases and set up and install MongoDB on Windows. You will proceed to create a new database and a new collection in MongoDB. You will learn to modify and drop databases and collections. You will learn to insert and display documents in a formatted way using the pretty() method. You will perform various operations on MongoDB using the AND, OR, NOR, and NOT operators. You will explore how to limit records using the limit() method and skip documents using the skip() method. You will create and delete indexes and perform text searches in MongoDB.
Upon completing the course, you will be able to master the concepts of MongoDB NoSQL database, create a new database, and maintain an existing database. You will be able to independently run live queries and use complex queries to manipulate data in the database.
All resources are available at: https://github.com/PacktPublishing/MongoDB-Tutorial-for-Beginners-2022-