An open API service indexing awesome lists of open source software.

https://github.com/jesussantana/nosql-database

We are beginning to become familiar with NoSQL databases
https://github.com/jesussantana/nosql-database

mongodb mongodb-database nosql nosql-database nosql-databases python

Last synced: 2 months ago
JSON representation

We are beginning to become familiar with NoSQL databases

Awesome Lists containing this project

README

          

# [IT Academy - Data Science with Python](https://www.barcelonactiva.cat/es/itacademy)
## [S18 T01: NoSQL Database](https://github.com/jesussantana/NoSQL-Database/blob/main/notebooks/S18_T01_NoSQL_Database.ipynb)

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

[![Made withJupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter)](https://jupyter.org/try)

[![Linkedin: JesusSantana](https://img.shields.io/badge/-JesusSantana-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/chus-santana/)](https://www.linkedin.com/in/chus-santana/)

[![GitHub JesusSantana](https://img.shields.io/github/followers/jesussantana?label=follow&style=social)](https://github.com/jesussantana)

### Description

- We are beginning to become familiar with NoSQL databases.

### Level 1

- Exercise 1

- Create a NoSQL database using MongoDB. Add some sample data that allows you to check that you are able to process the information in a basic way.

- Exercise 2

- Connect the NoSQL database to Python using for example pymongo.

### Level 2

- Exercise 1:
- Upload some simple queries to a Pandas Dataframe.

### Level 3

- Exercise 3:
- Generates a statistical summary of the information contained in the database.

### Targets

- Use a MongoDB database
- Interconnect the MongoDB database with Python.