Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 672 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 672 Bytes

Faasos Interview Task

Near-Real Time Threat Detection

Technologies Used

  • 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

Installtion

Prerequisite

  • Working installation of Python 3.6 and Pip

Let's set the project up in local

  • 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

Running Tests

  • Make sure the project is perfectly setup
  • Run python tests.py