Companies Home Search Profile

MongoDB 101: Beginner's Guide to MongoDB

Focused View

SKILL CURB

4:04:37

21 View
  • 1 - What is MongoDB.mp4
    05:20
  • 2 - Key Characteristics of MongoDB.mp4
    03:45
  • 3 - Demo MongoDB Installation on Windows.mp4
    02:17
  • 4 - Demo MongoDB Shell Installation on Windows.mp4
    03:18
  • 5 - Understanding Databases Collections Documents.mp4
    02:59
  • 6 - JSON vs BSON.mp4
    03:05
  • 7 - Creating Databases Collections.mp4
    07:59
  • 8 - Creating a single Document in MongoDB.mp4
    05:47
  • 9 - Creating multiple documents in MongoDB.mp4
    04:20
  • 10 - Update document using single filter.mp4
    08:45
  • 11 - Update Documents using multiple filters.mp4
    04:00
  • 12 - Reading Documents in MongoDB.mp4
    02:53
  • 13 - Deleting Documents in MongoDB.mp4
    05:53
  • 14 - Importing json file to MongoDB using shell.mp4
    02:19
  • 15 - Importing csv file to MongoDB using shell.mp4
    02:40
  • 16 - eq operator.mp4
    12:05
  • 17 - gt operator.mp4
    03:42
  • 18 - lt operator.mp4
    03:10
  • 19 - in operator.mp4
    03:14
  • 20 - ne operator.mp4
    03:21
  • 21 - nin operator.mp4
    02:50
  • 22 - or operator.mp4
    04:16
  • 23 - and operator.mp4
    04:59
  • 24 - not operator.mp4
    03:53
  • 25 - exists operator.mp4
    08:13
  • 26 - type operator.mp4
    03:04
  • 27 - expr operator.mp4
    05:27
  • 28 - mod operator.mp4
    03:12
  • 29 - currentDate operator.mp4
    08:02
  • 30 - inc operator.mp4
    05:01
  • 31 - dec operator.mp4
    03:22
  • 32 - min operator.mp4
    04:11
  • 33 - max operator.mp4
    02:38
  • 34 - mul operator.mp4
    02:10
  • 35 - rename operator.mp4
    05:48
  • 36 - set operator.mp4
    06:07
  • 37 - unset operator.mp4
    03:02
  • 38 - pop operator.mp4
    04:23
  • 39 - pull operator.mp4
    04:21
  • 40 - push operator.mp4
    03:34
  • 41 - Data Modelling in MongoDB.mp4
    07:00
  • 42 - Demo One To One Relation Embedded.mp4
    04:14
  • 43 - Demo One To Many Relation Embedded.mp4
    04:01
  • 44 - Demo One To Many Relation Using References.mp4
    10:52
  • 45 - Demo Many To Many Relation Using References.mp4
    07:33
  • 46 - Setup a cluster in MongoDB Atlas.mp4
    02:44
  • 47 - Connect MongoDB Atlas with MongoDB Compass.mp4
    01:20
  • 48 - Exploring Table View.mp4
    02:25
  • 49 - Importing Files using MongoDB Compass.mp4
    01:03
  • 50 - Querying Data using MongoDB Compass.mp4
    03:46
  • 51 - MongoDB With Python.mp4
    15:40
  • 52 - SparkWithMongo.mp4
    04:34
  • Description


    Understanding MongoDB's Document-Oriented Data Model. Learn, understand and practice fundamentals of the MongoDB.

    What You'll Learn?


    • What document databases are and how data is organized with MongoDB
    • Performing fundamental Create, Read, Update, and Delete operations in MongoDB to interact with your data.
    • Writing complex and efficient queries to retrieve the information you need from your MongoDB database.
    • Use all features MongoDB offers you to work with data efficiently.

    Who is this for?


  • Students pursuing degrees in computer science, software engineering, data science, or related fields can gain valuable insights into MongoDB as part of their education.
  • IT professionals, system administrators, and network administrators who want to understand MongoDB's role in modern technology and infrastructure.
  • Database administrators who want to expand their knowledge beyond traditional relational databases and gain expertise in NoSQL databases like MongoDB.
  • Anyone looking to increase their productivity with databases.
  • What You Need to Know?


  • While this course is designed for beginners, a general understanding of databases, data storage, and retrieval concepts will be helpful.
  • A basic knowledge of programming concepts and experience with at least one programming language (e.g., Python, JavaScript, or Java) will make it easier to work with MongoDB.
  • Basic familiarity with the command line interface (CLI) is beneficial.
  • More details


    Description

    Are you ready to unlock the power of MongoDB, one of the most popular NoSQL databases used by developers and organizations worldwide? "MongoDB 101: Beginner's Guide to MongoDB" is your gateway to understanding the fundamental concepts of MongoDB and acquiring the skills to work with this flexible, scalable, and high-performance database system.


    Get ready for the “MongoDB 101: Beginner’s Guide to MongoDB” complete course. Gain familiarity with the course details and topics designed to help you succeed.


    MongoDB offers a flexible and efficient way to store, manage, and retrieve data, making it a vital tool for web and application developers, database administrators, and data enthusiasts.

    No matter if you're building web applications, mobile applications, or any other kind of application or if you're a data scientist - you'll need to work with data. Storing data, querying it efficiently, and minimizing complexities whilst optimizing performance are crucial tasks.

    In this comprehensive course, you will embark on a journey that takes you from MongoDB novice to proficient user. We will start with the basics and gradually delve into more advanced topics, ensuring you gain a thorough understanding of this robust database system.


    Learn about MongoDB with Hands-On Labs

    The MongoDB 101: Beginner’s Guide to MongoDB is a hands-on practice course designed to familiarize you with the core functionality of ChatGPT and its plugin system. Through hands-on exercises, throughout this course, you'll master the fundamentals of MongoDB, starting with the core concepts and gradually building your expertise. Whether you're a developer aiming to enhance your skills or a newcomer to the world of databases, you'll find this course both accessible and rewarding.

    The course comprises approximately 50 labs starting from the basics and moving to high levels in terms of complexity.


    Who should take this course?

    The course "MongoDB 101: A Beginner's Guide to MongoDB" is designed for a wide range of individuals who are interested in learning about MongoDB and NoSQL database management. It is particularly suitable for Both aspiring and experienced developers who want to add MongoDB to their skill set. Whether you're a web developer, mobile app developer, or software engineer, understanding MongoDB is valuable for building data-driven applications. This course is also useful for Database administrators who want to expand their knowledge beyond traditional relational databases and gain expertise in NoSQL databases like MongoDB. Anyone with an interest in data management, data science, or data analytics who wants to explore MongoDB as a powerful tool for working with unstructured and semi-structured data can benefit from this course.


    Course Content


    In Section 1, we will learn to Install and set up MongoDB: We'll guide you through the installation process and show you how to configure MongoDB for your specific needs.


    In Section 2, we explore some fundamental concepts of MongoDB. We’ll discover how to create databases, collections, and documents in MongoDB, and master the art of querying data efficiently.


    In Section 3, explore performing "CRUD Operations" in MongoDB. We’ll explore different scenarios of creating, updating, reading, and deleting documents in MongoDB using Mongo shell.


    In Section 4, we’ll explore some query and projection operators that we can use to make our querying more efficient and get specific documents as a result.


    Section 5 introduces you to the update operators that you can use to update your documents or specific fields of the document on the basis of certain criteria.


    In Section 6, we’ll explore data modeling in MongoDB and some approaches for how you can implement relationships between collections


    Section 7 delves into "The MongoDB Compass" by providing you with the required knowledge to start using MongoDB Compass if you are more comfortable with using GUI than using CLI or shell.


    Finally, in Section 8, we’ll integrate MongoDB with programming languages and frameworks. We’ll see how you can use MongoDB with Python and then we’ll see how you can use MongoDB with Spark using Databricks.


    Who this course is for:

    • Students pursuing degrees in computer science, software engineering, data science, or related fields can gain valuable insights into MongoDB as part of their education.
    • IT professionals, system administrators, and network administrators who want to understand MongoDB's role in modern technology and infrastructure.
    • Database administrators who want to expand their knowledge beyond traditional relational databases and gain expertise in NoSQL databases like MongoDB.
    • Anyone looking to increase their productivity with databases.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    SkillCurb is in the business of making an impact through creating easy to understand cutting edge technology courses at affordable prices. We are proud to have our co-instructors from around the world that are certified and have years of practical experience working for the fortune 500 companies build quality courses for our students.We focus on the next generation of technology platforms that will prepare our workforce for what's next to come in the future and secure a job in this competitive market.One of our goals is to set aside part of our revenues to charitable causes that focus on providing education to under-privileged students.Some of the key differentiators of our online courses:1: Our instructors are passionate about technology and have been teaching on average for more than 10 years individually.2: We make sure that our Practical Labs in the courses are the center of focus where students can learn to implement real-life use cases necessary to succeed at work.3: All our courses have Capstone projects in the end where students can apply the skills learnt during the course and create awesome projects which can be showcased on their resumes and interviews.4: All our lectures have Quizzes in the end which forces the student to start applying the key principles learnt.5: We make sure that all complex ideas are broken down and Visually Explained for the students rather than showing them long winded text which at times is hard to conceptualize.6: We make sure that our instructors communicate clearly and are highly proficient in delivering lectures in English.7: We also try to add bonus reference material for the students that they can use for future reference i.e interview questions with answers and additional coding challenges with solutions.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 52
    • duration 4:04:37
    • Release Date 2023/12/16