Brief Summary
This MongoDB course is your gateway to understanding how to use one of the most dynamic databases out there. Perfect for anyone interested in web development, you'll build your confidence and skills step by step!
Key Points
-
Learn MongoDB from scratch and build real web apps
-
Understand the difference between NoSQL and relational databases
-
Get hands-on with MongoDB's powerful features like Aggregation Framework
Learning Outcomes
-
Configure and run a MongoDB instance
-
Perform basic CRUD operations
-
Build fully functional web applications integrated with MongoDB
About This Course
Everything you need to master MongoDB
Data is a very popular buzzword in the technology industry right now. As more and more people move their activities online, the data companies and websites collect on them will become even more relevant. And guess what that means? Programmers and developers who know their way around databases – and more importantly, who can actually interpret and build things from them – will be in high demand. MongoDB is one of the most dynamic databases out there, so getting to grips with it sooner rather than later means you’ll stay well ahead of the curve.
Become a MongoDB Master
Gain an in-depth understanding of MongoDB’s capabilities
Learn how MongoDB can be used for web app design, development, testing and more
Set up a powerful development environment with an online IDE
Explore the impressive MongoDB Aggregation Framework
Build a complete web application fully integrated with MongoDB
Approach Data in New Exciting Ways
This MongoDB online course has been designed for web developers, web designers, web architects, testers, site administrators, and pretty much anyone who already has a working knowledge of web development. Although it’s not vital, knowing how to build web UI components and a familiarity with NoSQL persistence will help. This course is absolutely not limited to developers only, however.
The goal is to provide a solid foundation of MongoDB knowledge. To get you up and running on building your own web apps with MongoDB at their core, and to help you understand the capabilities, functionality and limitations of what this database can do.
You’ll learn how to configure and run MongoDB, start importing data, and then quickly get stuck into creating new databases. You’ll pick up Mongo Query Language commands and dive into one of MongoDB’s most powerful features, the Aggregation Framework. You’ll work through detailed examples to gain an understanding of the various pieces of the puzzle, all the while learning about this database’s scaling, replication, and sharding abilities.
By the end of this course, those examples you’ve been working on will all fit together to form a complete, working web application that’s fully integrated with MongoDB. And not only that, you’ll have the confidence, knowledge and practice needed to start working on your own MongoDB projects straight away.
About MongoDB
MongoDB is an open source database with a document-oriented data model. It differs from a relational database in that instead of storing data in tables and rows, it stores JSON-like documents with dynamic schemas. Because of this, it lends developers the ability to create applications rooted in data in ways they never could before.
Student should be able to compare and contrast the relational persistence model vs. the NoSQL model
Students should be able to set up and configure a development level MongoDB instance
Students should be able to write code to perform basic CRUD operations on a MongoDB instance (with both the Shell tool and a with a particular language’s syntax)
Rishi M.
The course was mainly designed for developers only,. I am a tester, and looking this course from using testing perspective.
I could get CRUD operations, but I was looking more in terms of basic database administration, backup/recovery.
Could not understand if one can write procedures/triggers/views/sequences the way it is present in other RDBMS.
How to current version of MongoDB?
How to start MongoDB from JAVA code?
How to execute query from Java Code?