Book Image

Developing with MongoDB [Video]

By : Rick Copeland
Book Image

Developing with MongoDB [Video]

By: Rick Copeland

Overview of this book

<p>MongoDB is the most popular NoSQL database in the market today. With support for real-time analytics, it is being used by many big enterprises for efficient and fast processing of data. The importance of NoSQL databases, and particularly MongoDB, has also increased with the rise of IoT.Spanning over 4 hours, this tutorial will show you how you can get the most out of MongoDB’s advanced features with ease. After getting a quick overview of the basics of MongoDB, you will directly jump to covering the concepts related to advanced data modelling, complex querying, indexing and database operations. You will also implement a highly available MongoDB database for high performance by implementing techniques like sharding, aggregation and replication. Finally, you will also cover aspects like cloud deployment which is important when it comes to web applications, and integration with Hadoop for fast and efficient Big Data processing.By the end of this tutorial, you will have mastered all the concepts of MongoDB when it comes to querying, data modelling and the other database operations.</p> <h1>Style and Approach</h1> <p>This video is a comprehensive tutorial to help you master MongoDB, with advanced examples and use-cases wherever required. Each concept is explained in a very easy to understand manner, coupled with tips, tricks and best practices.</p>
Table of Contents (4 chapters)
Chapter 1
Introduction to MongoDB
Content Locked
Section 3
Overview of the MongoDB Document Model "BSON"
One of the biggest differences between MongoDB and SQL databases is the use of BSON documents to store data. This video shows how BSON documents are structured to contain complex data. - Show how BSON and JSON evolved over time - Show how BSON documents can store complex data - Warn viewers of the performance pitfalls of BSON