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
- Host: GitHub
- URL: https://github.com/smitthakkar96/faasos_interview_task
- Owner: smitthakkar96
- Created: 2017-03-24T09:17:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T10:27:12.000Z (about 8 years ago)
- Last Synced: 2025-01-17T04:40:42.158Z (4 months ago)
- Topics: flask, logfile, logfile-parser, python
- Language: Python
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 ```