Introduction to MongoDB
Course info



Course info



Description
MongoDB is a very popular open source NoSQL database.
When scalability and speed are required, this database shines. It is a document database which imposes very little and has drivers for many programming languages.
This MongoDB course will teach you how to:
- Get mongo running
- Manipulate and query data
- Index for speed
- And arm you with the essential skills required to start using Mongo
Course FAQ
MongoDB is a popular open source NoSQL database that is fast and scalable. It is object-oriented, simple, and dynamic, and it uses the document store model.
The name is derived from the word "humongous", and the fact that it is an open-source database system - hence "MongoDB".
MongoDB is not a programming language in and of itself, but it supports several other programing languages like JavaScript, Python, C#, C++, Ruby, and many more.
MogoDB is actually pretty easy to learn, and this course will walk you through everything you need to know to get started using it.
You should be familiar with MySQL or some other database experience, as well as Java programming experience and a basic understanding of Big Data platforms. If you need to, check out these MySQL courses, or these Java courses.
You will learn:
- How to run MongoDB
- How to maniuplate and query data
- How to index for speed
- The Mongo Shell
- How to save data
- How to find documents
- Much more