Skip to content

viche72/mongodb-mva

 
 

Repository files navigation

You've Got Documents! A MongoDB Jump Start

This is a Microsoft Virtual Academy course on getting started with MongoDB.

Introductory module covering the basics of document oriented databases vs tabular databases. In this module you'll understand the fundamental organization of document databases.

This section covers installing and loading up bulk data into MongoDB. Querying is covered via the MongoDB Interactive Shell covering operators such as $or and $elemMatch.

The Language Drivers section covers how you can use MongoDB right from your application. Create, Remove, Update, and Delete operations are covered in Node.js and in C#.

In Advanced Data Processing, Map Reduce and Aggregations are covered by answering some interesting questions about the Chicago Crimes Database. This Crimes database contains over 5 million police reports filed in Chicago between 2001 and November 2014.

In this section, we'll go over how you can run MongoDB in an Ubuntu Virtual Machine. The module covers opening the MongoDB endpoint on the server as well as configuring MongoDB to be accessible from your client application.

About

You've Got Documents! A MongoDB Jump Start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.5%
  • C# 43.5%