You can run by creating a virtual environment and installing requirements.txt
packages
python -m venv env
source env/bin/activate
pip install -r requirements.txt
And that's it! You can run the main
file for testing, and also the benchmarks
To run all the benchmarks you need to have a MongoDB
instance running on localhost