mattdavis0351 / mongodb-labs

Learn MongoDB through interactive labs and other fun stuff.
21 stars 19 forks source link

image

MongoDB

MongoDB is the fifth most popular database engine at the time of writing according to db-engines. As you can guess, this means the probability that you encounter MongoDB is quite high.

Why is this?

MongoDB provides a simple model based on documents that is easy for developers to learn and use. It does so while continuing to meet the most complex requirements at scale. Mongo officially supports drivers in over 10 languages, and has a flourishing community that has built dozens more.

Becuase of that, we've put together a series of documents designed to get you primed to use MongoDB using the Mongo Query Language as well as Python.

Let's Get Started

Getting Your Data Into MongoDB

Mongo Query Language

Using MongoDB and Python3 With PyMongo


Can't Get Enough?

If want to learn more about MongoDB consider enrolling in free training provided through the MongoDB University!