pymongo and json libraries were previously installed. All the other necessary libraries to run the code were already available in Anaconda distribution of Python. This script was written using Python version 3.*.
This project represents the process of reading .json files and inserting them into a non-relational database, in this case MongoDB, for executing posterior queries.
- Notebooks - Jupyter Notebook in Portuguese version with the script developed for the process.
- Json file - contains the data to be inserted in the MongoDB database.
- Txt file - explains .json fields.
The questions and its answers are provided in the cells along with the notebook, as well as comments guiding through the process.
Credits must give credit to IGTI since this project was proposed as a challenge for the IGTI Bootcamp for data scientists. This project is under MIT License.