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
- Host: GitHub
- URL: https://github.com/jesussantana/nosql-database
- Owner: jesussantana
- License: mit
- Created: 2021-07-02T15:23:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T07:46:13.000Z (almost 5 years ago)
- Last Synced: 2025-06-12T22:32:47.328Z (about 1 year ago)
- Topics: mongodb, mongodb-database, nosql, nosql-database, nosql-databases, python
- Language: Jupyter Notebook
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
[](https://www.python.org/)
[](https://jupyter.org/try)
[](https://www.linkedin.com/in/chus-santana/)
[](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.