Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MongoDB Tutorial for Beginners
Rating: 4.1 out of 5(71 ratings)
1,040 students

MongoDB Tutorial for Beginners

Learn MongoDB in simple and easy steps using this beginner's tutorial containing basic to advanced knowledge
Created byYogesh Patel
Last updated 3/2016
English
English [Auto],

What you'll learn

  • Install MongoDB
  • Run MongoDB Locally
  • Learn how to use Documents and Collections
  • Understand terminal commands for managing the database
  • Be able to execute CRUD (create, read, update, delete) functions within mongo shell

Course content

4 sections15 lectures1h 46m total length
  • Installing MongoDB11:20

    Learn how to install MongoDB on Windows, understand MongoDB is a document-oriented non-relational database using collections and documents, and use mongod and the mongo shell to connect and test.

  • Set Environment Variables and Install MongoDB GUI Tool8:50

    Set up Windows environment variables for MongoDB, add the bin path, and install MongoChef to visualize data and connect to localhost:27017 using the test database provided by MongoDB.

Requirements

  • basic understanding of database
  • How to access your Terminal window

Description

MongoDB is one of the most used, open-source document database, and NoSQL database. MongoDB is developed by 10gen. It is written in c++ and it is a document-oriented database. It uses BSON format.

This tutorial will provide you good understanding on MongoDB concepts and provide you the hands on skills to be a MongoDB expert.

This tutorial is intended for students and new developers who are wants to learn MongoDB Database in easy to understand steps. This tutorial will provide you MongoDB concepts which will help you to get started with MongoDB quickly. After finishing this course you will Lay the foundation of NoSql databases from where you can take yourself at higher level of expertise.


In this Tutorial we will learn. How to install MongoDB, How to create new collections that store documents, You'll learn about the most common and used MongoDB shell commands to manage your documents. We will cover the different types of data that can be stored.You will gain confidence in how to preform CRUD operations i.e. Create, Read, Update and Delete data. Then the course will dive into much deeper MongoDB concepts like Projection, Using Sort, Skip, and Limit, Indexing, Aggregation, BackUp and Restore.

So let's get started !!!!!

Who this course is for:

  • Software Professionals who are willing to learn MongoDB Database
  • This course is intended for those not already familiar with NoSQL or MongoDB