Assignment 3 in large distributed data something....
- Bawan - indøk
- Jesper - informatikk
- Fabian - informatikk
This assignment is similar to assignment 2 but with a twist, this assignment is done using noSQL (through mongoDB).
See requirements.txt for python dependencies.
This project requeris access to a virtual mashin (probably thorugh ntnu), which runs mongoDB.
-
install python depencensis.
pip install -r requirments.txt
-
Change DB connection details in DbConnector.py to match your connections.
-
Run task1.py for creating and inserting data.
python task1.py
This completes the first part of the assignment.
-
Run task2.py.
python task2.py
This completes the second part of the assignment.