MongoDB: MongoDB Atlas beginner

https://www.skillsoft.com/channel/mongodb-150c1001-0e64-11e7-92d8-37e13b311be2?technologyandversion=110922&expertiselevel=110920 https://www.skillsoft.com/channel/mongodb-150c1001-0e64-11e7-92d8-37e13b311be2?technologyandversion=69337076&expertiselevel=110920 https://www.skillsoft.com/channel/mongodb-150c1001-0e64-11e7-92d8-37e13b311be2?technologyandversion=110922&expertiselevel=110921 https://www.skillsoft.com/channel/mongodb-150c1001-0e64-11e7-92d8-37e13b311be2?technologyandversion=110924&expertiselevel=110921 https://www.skillsoft.com/channel/mongodb-150c1001-0e64-11e7-92d8-37e13b311be2?technologyandversion=69337076&expertiselevel=110921 https://www.skillsoft.com/channel/mongodb-150c1001-0e64-11e7-92d8-37e13b311be2?technologyandversion=110922&expertiselevel=110923
  • 5 Courses | 3h 47m 25s
  • 4 Books | 13h 33m
  • 1 Course | 1h 38m 34s
  • 4 Courses | 2h 52m 42s
  • 5 Books | 17h 34m
  • 2 Courses | 1h 57m 3s
  • 2 Books | 5h 35m
  • Includes Lab
  • 4 Courses | 2h 24m 56s
Likes 109 Likes 109
 
Explore MongoDB, the document-oriented open-source database solution.

GETTING STARTED

Installing MongoDB

  • Playable
    1. 
    Overview of MongoDB
    3m 53s
    NOW PLAYING
  • Playable
    2. 
    Understanding the Key Features of MongoDB
    3m 19s
    UP NEXT

GETTING STARTED

Working with MongoDB Atlas: An Introduction to MongoDB Atlas

  • Playable
    1. 
    Course Overview
    2m 15s
    NOW PLAYING
  • Playable
    2. 
    NoSQL Databases
    8m 53s
    UP NEXT

GETTING STARTED

User Management

  • Playable
    1. 
    Working with the User Management Interface
    3m 48s
    NOW PLAYING
  • Playable
    2. 
    Adding, Deleting, and Managing Users
    3m 8s
    UP NEXT

GETTING STARTED

MongoDB Querying

  • Playable
    1. 
    Course Overview
    1m 20s
    NOW PLAYING
  • Playable
    2. 
    Introduction to PyMongo
    5m
    UP NEXT

GETTING STARTED

Map Reduce, Atomic Counters, & Binary Data

  • Playable
    1. 
    Using the Map Function
    3m 54s
    NOW PLAYING
  • Playable
    2. 
    Working with the Reduce Function
    3m 51s
    UP NEXT

COURSES INCLUDED

Installing MongoDB
MongoDB is an open-source documentation database that can be installed on various operating systems with minimum requirements. Explore MongoDB, and discover how to install it on Linux and Windows.
11 videos | 33m has Assessment available Badge
Write, Read, & Aggregate Data
MongoDB provides CRUD operations to read and write documents within collections. Discover how to create and manage documents, as well as how to query them using the find() method and aggregation.
13 videos | 50m has Assessment available Badge
Indexes & Query Optimization
Administrating a MongoDB database includes ensuring queries respond fast enough for users to obtain the correct data from the database. Learn how to create indexes and perform query optimization in MongoDB.
7 videos | 28m available Badge
Replication & Security
It's important that data in a MongoDB database is available to users at all times and that it's secure. Discover how to configure replication and security for MongoDB.
15 videos | 53m has Assessment available Badge
MongoDB with Python
MongoDB can be queried, manipulated, and managed with Python. Discover how to install the Python driver for MongoDB - PyMongo, use GridFS with Python, and use a Python REST interface.
16 videos | 1h 1m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Working with MongoDB Atlas: An Introduction to MongoDB Atlas
This course provides an overview of document databases, how MongoDB fits into this world, and why it is so powerful. Begin with a theoretical introduction to NoSQL databases and a look at how these differ from the traditional relational DBs. Delve into document databases, a specific type of NoSQL database, and cover their strengths and weaknesses. Next, you will look at MongoDB's architecture, how it achieves goals, such as read and write consistency, and where to apply it. You will then move on to MongoDB Atlas, the cloud-hosted version of MongoDB. Discover features, including real-time analytics and monitoring, and consider how these features allow a team to get up and running with a document database. Finally, sign up for an account with Atlas and provision a new cluster on the cloud. You will load your cluster with sample databases and connect the system from a local client application.
12 videos | 1h 38m has Assessment available Badge

COURSES INCLUDED

User Management
Managing MongoDB is more than just storing and retrieving data. Explore the operational requirements and user management tasks that must be handled to manage MongoDB users.
7 videos | 24m has Assessment available Badge
System Management
Correctly managing a MongoDB allows for seamless storing and retrieval of data. Discover how to manage databases and collections, as well as use the GUI management tools.
11 videos | 37m has Assessment available Badge
Cloud & Hadoop Deployments
One of MongoDB's best strengths is its ability to scale. Examine cloud deployments of MongoDB using Cloud Manager and how MongoDB can integrate with Hadoop.
15 videos | 56m has Assessment available Badge
MongoDB with Spark
MongoDB is a powerful NoSQL database that can use Spark to perform real-time analytics on its data. Examine how to integrate and use MongoDB and Spark together using Java and Python.
8 videos | 54m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

MongoDB Querying
This course explores how to use MongoDB, a cross-platform document-oriented database that has become a popular tool for data wrangling and data science. MongoDB is a NoSQL (not only structured query language) that uses JSON (Javascript Object Notation) like documents with schemata. One advantage of MongoDB is the flexibility of how it stores data. You will learn how to perform MongoDB actions related to data wrangling by using Python with the PyMongo library. You will learn how to perform basic CRUD (create, read, update, delete) operations on a Mongo DB document. Next, learn how to use the find operation to select documents from a collection, and to use query operators to match document criteria. You will learn how to select documents using a specified criterion, similar to a WHERE clause in an SQL statement. Finally, this course demonstrates how to use the mongoimport tool to import from JSON or CSV, and mongoexport to export data from a MongoDB collection to JSON or CSV (comma separated values).
15 videos | 1h 6m has Assessment available Badge
MongoDB Aggregation
This Skillsoft Aspire course explores MongoDB, a cross-platform document-oriented database that has become a popular tool for data wrangling and data science. MongoDB is a NoSQL (not only structured query language) that uses Javascript Object Notation (JSON)- like documents with schemata. This course demonstrates reshaping, aggregating and summarizing documents in a MongoDB database, and gather, filter, modify, and query data, and to perform MongoDB actions related to data wrangling. Learners observe demonstrations of how to recognize the structure of aggregate operations in MongoDB; how to use the group operator to perform aggregate computations; and how to use limit and sort operators in an aggregations pipeline. Next, learn how to use the unwind operator to expand an array field in an aggregation, and how to use the Lookup operator to perform a joint operation between 2 collections in an aggregation, and how to use the index stats operator in an aggregation stage to view the statistics on the indexes. Finally, you will learn how to use a Geospatial Index for a geosearch operation.
11 videos | 50m has Assessment available Badge

COURSES INCLUDED

Map Reduce, Atomic Counters, & Binary Data
MongoDB has some very powerful features to allow you to query and manipulate data. Explore the use of MapReduce and Atomic Counters, as well as how to store binary data using BSON.
10 videos | 39m has Assessment available Badge
Java REST & GridFS
MongoDB includes a number of features to query and manipulate data. Discover how to use persistence, Java REST API, and GridFS in MongoDB.
9 videos | 33m has Assessment available Badge
Backups, Monitoring, & Stats
MongoDB tends to be heavily used in performance-critical and large-scale environments. This means monitoring and backup solutions are important. Discover how to monitor MongoDB stats, and work with backup and restore methods.
10 videos | 36m has Assessment available Badge
Java ASYNC Interface
The MongoDB Java Driver can be used to provide both synchronous and asynchronous interaction with MongoDB. Explore the Java Async Driver for making asynchronous connections in MongoDB.
9 videos | 35m has Assessment available Badge
SHOW MORE
FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THESE COURSES

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

BOOKS INCLUDED

Book

The Definitive Guide to MongoDB: A Complete Guide to Dealing with Big Data using MongoDB, Third Edition
Teaching you everything you need to know to become a MongoDB pro, this authoritative guide was written for database admins and developers who need to get up to speed on MongoDB and its Big Data, NoSQL approach to dealing with data management.
book Duration 6h 33m book Authors By David Hows, Eelco Plugge, Peter Membrey, Tim Hawkins

Book

Learn Meteor - Node.js and MongoDB JavaScript Platform: Be Ready for Coding Away Next Week Using Meteor
Packed with exercises which build up into a full project, this concise resource provides you with the tools you need to code your first Meteor application.
book Duration 46m book Authors By Arnaud Weil

Book

MongoDB Basics
Teaching you MongoDB design basics, including geospatial indexing, how to navigate, view, and query your database, and how to use GridFS with a bit of Python, this book shows you how a document-oriented database system differs from a relational database, and how to install and get started using it.
book Duration 2h 17m book Authors By David Hows, Eelco Plugge, Peter Membrey

Book

Practical MongoDB: Architecting, Developing, and Administering MongoDB
Providing useful information covering all aspects of the MongoDB platform and how to put it to use practically, this expert resource offers clear guidelines and practical examples for architecting, developing, and deploying applications using the MongoDB platform.
book Duration 3h 57m book Authors By Navin Sabharwal, Shakuntala Gupta Edward
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

MongoDB Basics
Teaching you MongoDB design basics, including geospatial indexing, how to navigate, view, and query your database, and how to use GridFS with a bit of Python, this book shows you how a document-oriented database system differs from a relational database, and how to install and get started using it.
book Duration 2h 17m book Authors By David Hows, Eelco Plugge, Peter Membrey

Book

Pro MongoDB Development
Offering a critical reference for anyone using MongoDB, this thorough resource includes details about the software you need and hands-on examples of working with MongoDB and these technologies so you know exactly what to do, whatever your MongoDB implementation requires.
book Duration 4h 1m book Authors By Deepak Vohra

Book

Practical MongoDB: Architecting, Developing, and Administering MongoDB
Providing useful information covering all aspects of the MongoDB platform and how to put it to use practically, this expert resource offers clear guidelines and practical examples for architecting, developing, and deploying applications using the MongoDB platform.
book Duration 3h 57m book Authors By Navin Sabharwal, Shakuntala Gupta Edward

Book

The Definitive Guide to MongoDB: A Complete Guide to Dealing with Big Data using MongoDB, Third Edition
Teaching you everything you need to know to become a MongoDB pro, this authoritative guide was written for database admins and developers who need to get up to speed on MongoDB and its Big Data, NoSQL approach to dealing with data management.
book Duration 6h 33m book Authors By David Hows, Eelco Plugge, Peter Membrey, Tim Hawkins

Book

Learn Meteor - Node.js and MongoDB JavaScript Platform: Be Ready for Coding Away Next Week Using Meteor
Packed with exercises which build up into a full project, this concise resource provides you with the tools you need to code your first Meteor application.
book Duration 46m book Authors By Arnaud Weil
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

MongoDB Recipes: With Data Modeling and Query Building Strategies
Providing recipes on the MongoDB query language, including how to query various data structures stored within documents, this book provides self-contained code examples that will allow you to solve your MongoDB problems without fuss.
book Duration 1h 38m book Authors By Dharanitharan Ganesan, Subhashini Chellappan

Book

MongoDB Performance Tuning: Optimizing MongoDB Databases and their Applications
Helping you get the best possible performance from MongoDB, this book takes a methodical and comprehensive approach to performance tuning that begins with application and schema design and goes on to cover optimization of code at all levels of an application.
book Duration 3h 57m book Authors By Guy Harrison, Michael Harrison

YOU MIGHT ALSO LIKE

Channel RavenDB
Likes 3 Likes 3  
Likes 1 Likes 1  
Channel Sinatra
Likes 5 Likes 5