وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Complete MongoDB Administration Guide

سرفصل های دوره

Master MongoDB database using JavaScript Mongo Shell, Robo 3T (Robomongo) and MongoDB Compass


01 - Introduction
  • 001 Lets get connected! Join the Learning Community.html
  • 002 LECTURE - Course Navigation
  • 003 LECTURE - Course Structure and Practice Tasks Overview
  • 004 PRACTICE - WINDOWS ONLY - Install cmder

  • 02 - Introduction to MongoDB
  • 001 LECTURE - Introduction Module Overview
  • 002 LECTURE - Document Database Overview
  • 003 LECTURE - Understanding JSON
  • 004 LECTURE - BSON
  • 005 LECTURE - Conversion between JSON and BSON
  • 006 LECTURE - Extended JSON Modes
  • 007 LECTURE - MongoDB Structure
  • 008 LECTURE - MongoDB Architecture
  • 009 LECTURE - MongoDB Remote Management
  • 010 LECTURE - MongoDB Introduction Summary
  • 011 01-Intro.pdf
  • 011 SLIDES - Introduction to MongoDB.html

  • 03 - MongoDB Installation Options
  • 001 LECTURE - Installation Introduction
  • 002 LECTURE - Installation options
  • 003 02-Installation-Options.pdf
  • 003 SLIDES - Installation Options.html

  • 04 - Installing MongoDB on the local computer (Mac or Windows)
  • 001 PRACTICE - Installing on the Mac
  • 002 PRACTICE - Launch MongoDB as a service on the Mac
  • 003 PRACTICE - Installing on Windows

  • 05 - Installing MongoDB on the Dedicated or VPS server
  • 001 LECTURE - Hosting Services Overview
  • 002 PRACTICE - Launch Amazon EC2 server
  • 003 PRACTICE - Installing MongoDB on the Ubuntu Server
  • 004 PRACTICE - Configure MongoDB network access
  • 005 PRACTICE - Allow external access to the server
  • 006 PRACTICE - Create MongoDB Admin user
  • 006 db.createUser.txt
  • 007 MongoDB-Connection-Strings.txt
  • 007 PRACTICE - Connecting to MongoDB

  • 06 - Using MongoDB as a Service (Cloud MongoDB)
  • 001 LECTURE - Introduction to MongoDB Cloud
  • 002 PRACTICE - Create MongoDB Atlas Cluster
  • 003 PRACTICE - Verify connection to the Cloud MongoDB Replica Set

  • 07 - Installing GUI Tools for MongoDB Management
  • 001 LECTURE - GUI tools Overview
  • 002 PRACTICE - Install and Configure MongoDB Compass
  • 003 PRACTICE - Install and Configure Robo 3T (Robomongo)
  • 004 PRACTICE - Change Font size in Robo 3T.html

  • 08 - Introduction to the MongoDB Shell
  • 001 LECTURE - Introduction to the MongoDB Shell
  • 002 LECTURE - Setup Overview
  • 003 LECTURE - MongoDB Shell JavaScript Engine
  • 004 PRACTICE - Exploring MongoDB Server and Shell versions
  • 005 PRACTICE - Getting help in the MongoDB shell
  • 006 LECTURE - MongoDB Shell JavaScript Syntax
  • 007 LECTURE - Arguments in the MongoDB Method
  • 008 LECTURE - MongoDB Shell Module Summary
  • 009 03-MongoDB-Shell.pdf
  • 009 SLIDES - MongoDB Shell.html

  • 09 - Primary MongoDB Data Types
  • 001 LECTURE - Introduction to the MongoDB Types
  • 002 LECTURE - Most Common MongoDB BSON Types
  • 003 LECTURE - Types Syntax in Shell Mode
  • 004 LECTURE - BSON Type Identifiers
  • 005 LECTURE - id
  • 006 LECTURE - ObjectId
  • 007 LECTURE - Date and ISODate
  • 008 LECTURE - Convert dates to ISODate Format
  • 009 LECTURE - Storing proper Number Types in BSON
  • 010 LECTURE - MongoDB Data Types Module Summary
  • 011 04-MongoDB-Data-Types.pdf
  • 011 SLIDES - MongoDB Data Types.html

  • 10 - Basic Create, Read, Update and Delete (CRUD) Operations
  • 001 LECTURE - Introduction to the CRUD Module
  • 002 LECTURE - Introduction to the CRUD Operations
  • 003 PRACTICE - Exploring Databases and Collections
  • 004 PRACTICE - Create and Delete Databases and Collections
  • 005 CHALLENGE - Create and delete databases and collections.html
  • 006 LECTURE - Insert Methods Overview
  • 007 PRACTICE - insert()
  • 008 PRACTICE - insertOne()
  • 009 PRACTICE - insertMany()
  • 010 PRACTICE - Insert Document with different Value Types
  • 011 CHALLENGE - Insert Document with different Value Types.html
  • 012 LECTURE - Duplicate id Error
  • 013 LECTURE - Reading Documents Overview
  • 014 LECTURE - Cursor
  • 015 LECTURE - How Cursor works in find()
  • 016 PRACTICE - Generating Sample Set of Documents
  • 017 PRACTICE - Iterate Cursor in MongoDB Shell
  • 018 PRACTICE -Difference between Batch Size and Iterator Size
  • 019 PRACTICE - Change MondoDB Shell Iterator size
  • 020 PRACTICE - batchSize()
  • 021 PRACTICE - Cursor iteration using next() and hasNext()
  • 022 PRACTICE - forEach() and toArray()
  • 023 PRACTICE - count(), limit(), skip() and sort()
  • 024 PRACTICE - Chaining sort(), limit() and skip()
  • 025 CHALLENGE - Chaining sort(), limit() and skip().html
  • 026 CHALLENGE - forEach() cursor iteration.html
  • 027 PRACTICE - findOne()
  • 028 LECTURE - CRUD Operations Module Summary
  • 029 05-CRUD-Operations.pdf
  • 029 SLIDES - CRUD Operations.html

  • 11 - MongoDB Queries
  • 002 persons.zip
  • 008 CHALLENGE - $in and $nin.html
  • 011 CHALLENGE - $or.html
  • 013 CHALLENGE - $or and $and.html
  • 016 CHALLENGE - Query arrays.html
  • 017 array-of-nested-documents.zip
  • 021 CHALLENGE - Fields Filtering.html
  • 024 06-MongoDB-Queries.pdf
  • 024 SLIDES - MongoDB Queries.html
  • Lecture 001 - 006
  • Lecture 007 - 008
  • Lecture 009 - 023

  • 12 - Updating Documents
  • 12 - Updating Documents
  • 025 07-Documents-Update.pdf
  • 025 SLIDES - Updating Documents.html

  • 13 - Delete Operations
  • 001 LECTURE - Introduction to the Delete Operations
  • 002 PRACTICE - Create temp DB, Collection and Documents
  • 003 LECTURE - Delete Documents Overview
  • 004 PRACTICE - remove()
  • 005 PRACTICE - deleteOne()
  • 006 PRACTICE - deleteMany()
  • 007 PRACTICE - drop() Collection
  • 008 PRACTICE - dropDatabase()
  • 009 PRACTICE - Delete Operations in Robo 3T
  • 010 LECTURE - Delete Module Summary
  • 011 08-Delete-Operations.pdf
  • 011 SLIDES - Delete Operations.html

  • 14 - Aggregation Framework
  • 002 persons.zip
  • 14 - Aggregation Framework
  • 046 09-Aggregation-Framework.pdf
  • 046 SLIDES - Aggregation Framework.html

  • 15 - Indexes
  • 001 LECTURE - Introduction to Indexes
  • 002 LECTURE - Indexes Overview
  • 003 LECTURE - Index Creation Process
  • 004 LECTURE - B-tree and how index works
  • 005 LECTURE - Default id index
  • 006 LECTURE - getIndexes()
  • 007 LECTURE - Create new Index
  • 008 LECTURE - Index Creation Options
  • 009 PRACTICE - Index Example 1 - Create Unique index
  • 009 persons.zip
  • 010 PRACTICE - Index Example 2 - Create index in background
  • 011 PRACTICE - Index Example 3 - Index with custom name
  • 012 LECTURE - Query Performance and explain()
  • 013 PRACTICE - Index Example 4 - Query performance with index
  • 014 PRACTICE - Index Example 5 - ExecutionStats with Index
  • 015 PRACTICE - Index Example 6 - Query performance without index
  • 016 PRACTICE - Index Example 7 - ExecutionStats without Index
  • 017 PRACTICE - Index Example 8 - ExecutionStats with RegExp
  • 018 LECTURE - Indexes deletion
  • 019 LECTURE - Indexes Summary
  • 020 10-Indexes.pdf
  • 020 SLIDES - Indexes.html

  • 16 - Utilities
  • 001 LECTURE - MongoDB Utilities Introduction
  • 002 LECTURE - mongoexport
  • 003 PRACTICE - mongoexport Example
  • 003 mongoexport.txt
  • 004 LECTURE - mongoimport
  • 005 PRACTICE - mongoimport Example
  • 005 mongoimport.txt
  • 006 LECTURE - mongodump
  • 007 PRACTICE - mongodump Example
  • 007 mongodump.txt
  • 008 LECTURE - mongorestore
  • 009 PRACTICE - mongorestore Example
  • 009 mongorestore.txt
  • 010 LECTURE - mongostat
  • 011 LECTURE - mongotop
  • 012 LECTURE - MongoDB Utilities Summary
  • 013 11-Utilities.pdf
  • 013 SLIDES Utilities.html

  • 17 - Wrap Up
  • 001 LECTURE - Course Summary
  • 002 Bonus Lecture.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 19018
    حجم: 7459 مگابایت
    مدت زمان: 641 دقیقه
    تاریخ انتشار: ۲۰ شهریور ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید