Please accept cookies to help us improve this website Is this OK? Yes No More on cookies »
Item number: 141179008

MongoDB Development Training

Item number: 141179008

MongoDB Development Training

179,00 216,59 Incl. tax

Order now and start the best online E-Learning MongoDB Development today. 365 days of training when it suits you.

Read more
Brand:
MongoDB
Discounts:
  • Buy 2 for €175,42 each and save 2%
  • Buy 3 for €173,63 each and save 3%
  • Buy 4 for €171,84 each and save 4%
  • Buy 5 for €170,05 each and save 5%
  • Buy 10 for €161,10 each and save 10%
  • Buy 25 for €152,15 each and save 15%
  • Buy 50 for €143,20 each and save 20%
Availability:
In stock
Delivery time:
Ordered before 5 p.m.! Start today.
  • Award Winning E-learning
  • Lowest price guarantee
  • Personalized service by our expert team
  • Pay safely online or by invoice
  • Order and start within 24 hours

MongoDB Development E-Learning

Order this unique E-Learning course MongoDB Development online, 1 year 24/7 access to rich interactive videos, speech, progress monitoring through reporting and testing .Amazon Web Services (AWS) provides cloud computing options for individuals and businesses. Knowing which services meet the needs is essential to maximize the benefits of the cloud. 

MongoDB is an open-source documentation database, which supports JSON-like documents with dynamic schemas. This makes scaling and integration of data easier and faster. This learning path will cover the key features and design architectures for the database, as well as demonstrate how to install, query, and manage data. It will also explore and demonstrate how to create and implement indexing, replication, and security.

Course content

Introduction to MongoDB

Course: 16 Minutes

  • Course Introduction
  • Overview of MongoDB
  • Understanding the Key Features of MongoDB
  • Introducing Data Model Design

Installing MongoDB

Course: 22 Minutes

  • Overview of Installing MongoDB
  • Understanding How to Install MongoDB on Linux
  • Installing MongoDB on Linux
  • Running MongoDB on Linux
  • Preparing to Install MongoDB on Windows
  • Running MongoDB on Windows
  • Connecting to a MongoDB Database
  • Using the Mongo Shell

Writing Documents

Course: 25 Minutes

  • Course Introduction
  • Introducing CRUD
  • Understanding the Database Storage
  • Creating and Inserting Documents
  • Updating Documents
  • Removing Documents

Read and Aggregate Data

Course: 28 Minutes

  • Understanding Read Operations
  • Understanding Cursors
  • Querying Documents Using the find() Method
  • Understanding Aggregation of Data
  • Using Aggregation Pipeline to Transform Documents
  • Using MapReduce Operations to Perform Aggregation
  • Using Single Purpose Aggregation Operations

Practice: Installing and Reading Data

Course: 3 Minutes

  • Exercise: Install and Read Data in MongoDB

MongoDB: Indexes and Query Optimization

Course: 33 Minutes

  • Course Introduction
  • Introduction to Indexes
  • Understanding the Types of Indexes
  • Understanding Index Properties
  • Understanding Query Optimization
  • Creating Single Indexes
  • Creating Compound Indexes
  • Creating More Complex Indexes

Replication

Course: 27 Minutes

  • Course Introduction
  • Introduction to Replication
  • Understanding Replica Set Deployment Architectures
  • Understanding Replica Set High Availability
  • Understanding Replica Set Read and Write Semantics
  • Deploying a Replica Set
  • Managing the Replica Set Oplog
  • Understanding Replica Set Data Synchronization

Security

Course: 30 Minutes

  • Overview of MongoDB Security
  • Overview of Authentication Mechanisms
  • Enabling Authentication and Setting Up an Admin User
  • Creating Database Users
  • Configuring Role-based Access Control
  • Configuring System Events Auditing
  • Configuring Support for SSL

Practice: Enable Indexes, Replication, and Security

Course: 4 Minutes

  • Exercise: Create Indexes, Replication, and Security

MapReduce

Course: 19 Minutes

  • Course Introduction
  • Using the Map Function
  • Working with the Reduce Function
  • Performing a MapReduce
  • Performing an Incremental MapReduce

Atomic Counters

Course: 9 Minutes

  • Defining the Need for Atomic Counters
  • Handling Atomic Counters

Binary Data
Course: 17 Minutes

  • Defining BSON
  • Storing Binary Data
  • Retrieving Binary Data
  • Converting to JSON

Java Persistence

Course: 5 Minutes

  • Course Introduction
  • Using Hibernate

Java REST

Course: 11 Minutes

  • Installing RestHeart
  • Using CRUD Operations
  • Querying with RestHeart

GridFS

Course: 20 Minutes

  • Connecting to GridFS
  • Uploading Files
  • Finding Files
  • Performing File Management

Practice: Using GridFS and Binary Data

Course: 3 Minutes

  • Exercise: Use GridFS and Binary Data

MongoDB: User Management

Course: 30 Minutes

  • Course Introduction
  • Working with the User Management Interface
  • Adding, Deleting, and Managing Users
  • Creating a User-defined Role
  • Configuring Role-based Access Control
  • Modifying User Access, Privileges, and Passwords
  • Authenticating a User
  • Using a Dedicated User to Run MongoDB

Operations

Course: 25 Minutes

  • Course Introduction
  • Creating, Getting, and Dropping a Database
  • Creating, Listing, and Dropping Collections
  • Creating a Collection Index
  • Listing and Manipulating Indexes on a Collection
  • Manipulating Text Indexes
  • Managing Data Integrity

Tools

Course: 14 Minutes

  • Identifying Where to get Add-ons and Tools
  • Using RoboMongo
  • Using MongoAdmin Desktop
  • Using MongoAdmin Web

Practice: Using Tools to Manage MongoDB

Course: 2 Minutes

  • Exercise: Use Tools to Manage Users and Databases

Cloud Manager

Course: 29 Minutes

  • Course Introduction
  • Using Cloud Manager
  • Identifying the Prerequisites for Deploying
  • Provisioning and Deploying Servers
  • Managing Deployments
  • Using Alerts and Monitoring
  • Managing Users and Groups
  • Describing the API

Cloud Deployment

Course: 22 Minutes

  • Planning System Sizing
  • Configuring for Disaster Recovery
  • Deploying a High Availability Cluster
  • Deploying Using Cloud Manager
  • Deploying Using OpsManager

Integration with Hadoop

Course: 11 Minutes

  • Installing the Hadoop Connector
  • Installing MongoDB

Practice: Cloud Manager and Hadoop

Course: 3 Minutes

  • Exercise: Integrating MongoDB with Hadoop

Stats

Course: 14 Minutes

  • Course Introduction
  • Identifying DB and Collection Stats
  • Using Objects and Size Stats
  • Working with Extents and Indexes

Monitoring

Course: 13 Minutes

  • Working with Logging
  • Using Monitoring
  • Configuring and Using SNMP with Linux

Backup and Restore

Course: 17 Minutes

  • Using cp or sync to Create a Backup
  • Restoring Using a cp or sync Created Backup
  • Creating Filesystem Snapshots
  • Restoring a Filesystem Snapshot

Java ASYNC Interface

Course: 35 Minutes

  • Course Introduction
  • Going Asynchronous
  • Making an Asynchronous Connection
  • Querying
  • Using CRUD Operations
  • Backing up with mongodump
  • Restoring with mongorestore
  • Configuring and Using SNMP with Windows
  • Processing Aggregations

Practice: Stats and Backups for MongoDB

Course: 4 Minutes

  • Exercise: Use Stats and Create Backups

PyMongo

Course: 28 Minutes

  • Course Introduction
  • Installing PyMongo
  • Making a Connection and Using a Database
  • Using CRUD Operations
  • Getting or Querying a Document
  • Creating and Managing Indexes
  • Using Bulk Inserts, Counting, and Range Queries

GridFS with Python

Course: 17 Minutes

  • Connecting to a GridFS
  • Manipulating Files
  • Querying
  • Streaming

REST Using Python

Course: 21 Minutes

  • Installing Eve
  • Configuring and Using Eve
  • Querying Using Eve
  • Performing CRUD Operations in Eve
  • Sorting and Pretty Printing

Practice: Python with MongoDB

Course: 3 Minutes

  • Exercise: Use PyMongo to Integrate with MongoDB

MongoDB: Integration with Spark

Course: 59 Minutes

Spark Connector

Course: 15 Minutes

  • Course Introduction
    Installing the Connector
    Configuring the Connector

MongoDB and Spark with Java

Course: 31 Minutes

  • Reading Data from MongoDB
  • Using Datasets and Schemas
  • Using SQL to Retrieve Data
  • Writing Data to MongoDB
  • Working with Aggregation

Practice: Using Spark for MongoDB

Course: 13 Minutes

  • Exercise: Use the MongoDB Connector for Spark
Language English
Qualifications of the Instructor Certified
Course Format and Length Teaching videos with subtitles, interactive elements and assignments and tests
Lesson duration 10:06 Hour
Progress monitoring Yes
Access to Material 365 days
Technical Requirements Computer or mobile device, Stable internet connections Web browsersuch as Chrome, Firefox, Safari or Edge.
Support or Assistance Helpdesk and online knowledge base 24/7
Certification Certificate of participation in PDF format
Price and costs Course price at no extra cost
Cancellation policy and money-back guarantee We assess this on a case-by-case basis
Award Winning E-learning Yes
Tip! Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.

There are no reviews written yet about this product.

Loading...

OEM Office Elearning Menu Trots Genomineerd voor 'Beste Opleider van Nederland'

OEM Office Elearning Menu is vereerd met de nominatie voor 'Beste Opleider van Nederland' door Springest by STUDYTUBE, een blijk van erkenning voor onze excellente trainingen en toewijding aan kwaliteitsonderwijs. Dank aan alle cursisten.

Reviews

There are no reviews written yet about this product.

25.000+

Deelnemers getrained

Springest: 9.1 - Edubookers 8.9

Gemiddeld cijfer

3500+

Aantal getrainde bedrijven

20+

Jaren ervaring

Even more knowledge

Read our most recent articles

View blog