An open API service indexing awesome lists of open source software.

https://github.com/smitthakkar96/faasos_interview_task


https://github.com/smitthakkar96/faasos_interview_task

flask logfile logfile-parser python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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 ```