You have no items in your shopping cart.
Databases
Goal : To understand databases in general and to get familiarity with different types of databases.
NoSQL Database
Goal : To learn about NoSQL databases and the need for NoSQL databases, this module will also take you through types Of NoSQL Databases.
MongoDB an Introductory View
Goal : This module starts with introduction to MongoDB and makes you understand the different components of MongoDB from a developer perspective. Participants will deep dive into how MongoDB stores data.
Introductory Javascript
Goal : From MongoDB shell we will use Javascript to write all the queries. Learning Javascript will enable participant to write efficient code on Mongo Shell.
CRUD operations in MongoDB
Goal : Participants will learn to Perform CRUD operation on MongoDB using Mongo shell.
Uploading Data to, and Downloading Data from, MongoDB
Goal : We will learn, how to import data from csv and JSON file to MongoDB and How to export data from MongoDB to csv or JSON file.
Data Aggregation in MongoDB
Goal : Data aggregation provides important insight of given dataset. This topic will enable participants to find summary of given data and also derive useful insights from the data.
Indexing in MongoDB
Goal : Participants will implement indexing on data and see how it makes their query faster. Participants will also understand about drawbacks of Indexing.
Replication in MongoDB
Goal : How to ensure data availability in MongoDB ?. Does replication of data work? And many other questions will be discussed and implemented in this topic.
Sharding
Goal : What to do if MongoDB is dealing with huge amount of data? Should we go for Horizontal or Vertical scaling? How to run MongoDB on distributed system.
GridFS
Goal : Discuss and use GridFS.
Python Basic :
Goal : Introductory knowledge to Python.
Collections in python
Goal : Participants will learn and implement Python Collection.
Conditionals and Looping
Goal : Python Conditionals and Loops.
Strings:
Goal : Understanding String manipulation in Python
Functions
Goal : Learning to write procedural Python
PyMongo