Near-Real Time Threat Detection
- Python
- Flask
- I tried disco for parallel processing but then I didn't had two test severs for demo so I removed and did it in classic way
- Working installation of Python 3.6 and Pip
- Create a virtualenv by command
python3 -m venv venv
- activate virtualenv by souce
venv/bin/activate
- clone the repo
- Install the dependencies
pip install -r requirements.txt
- Run the app :)
python app.py
- Make sure the project is perfectly setup
- Run
python tests.py