MongoDB is a document-oriented NoSQL database used for large amounts of data storage. Through this course you will learn how to access Mongodb and its important features such as indexes, regular expressions, sharded data, and more.
What should I know? This course is designed for beginners. Of course, having a certain SQL foundation will be more helpful.
What is MongoDB? Introduction, Architecture, Features, and Examples NoSQL Tutorial: Understanding the features, types, meanings, and benefits of NoSQL
How to Download and Install MongoDB on Windows Install MongoDB in Cloud: AWS, Google, Azure
How to create databases and collections in MongoDB Add MongoDB array Mongodb primary key using insert() with example Mongodb primary key: Example setting _id field with ObjectId() MongoDB query document using find() and example MongoDB cursor tutorial: Learn MongoDB order with Sort() and Limit() query with example MongoDB Count() and Remove() functions with example MongoDB Update() document with example
MongoDB Security, Backup and Monitoring How to Create Users and Add Roles in MongoDB Configure MongoDB with Kerberos Authentication: 509 Certificate MongoDB Replica Set Tutorial: Step-by-step Copy Example MongoDB Sharding: Step-by-step Tutorial with Example MongoDB Index Tutorial - createIndex(), dropindex() Example MongoDB Regular Expression (Regex) vs. Example