Running the code (OSX)

You can run by creating a virtual environment and installing requirements.txt packages

Create a virtual enviroment

  • python -m venv env

Activate virtual env

  • source env/bin/activate

Install dependencies

  • 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