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 2
Getting Comfortable with the Shell
Content Locked
Section 1
Launching the Shell
To start using MongoDB, you must be able to connect to a database server using the "mongo" command-line shell and perform basic operations. - Launch the shell to connect to local and remote servers - Inspect the databases and collections on the server - Perform simple operations on collections using the shell