JackJJCodes / MongoDB

This repository will contain tutorials+small-scale projects implementing MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB

This repository will contain tutorials+small-scale projects implementing MongoDB

Files:

  1. IntroToMongoDB.py: Contains basic code that will help people to link up MongoDB with their local device.
  2. QueryingJsonDocs-SimpleQueries.ipynb: Contains simple and most-used queries that are performed in MongoDB.(Similarities to SQL mentioned too.)
  3. QueryingJsonDocs-UpdateQueries.ipynb: Contains queries that are used to update records in a collection.
  4. QueryingJsonDocs-AggregateFunctions.ipynb: Contains queries that make use of aggregate functions ($group, $project).

About

This repository will contain tutorials+small-scale projects implementing MongoDB


Languages

Language:Jupyter Notebook 97.8%Language:Python 2.2%