Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.44 KB

File metadata and controls

56 lines (44 loc) · 1.44 KB

datasecurity

Data security performance analysis developed in Python (Flask) - SQL (SQLite).

Installation

# Go to the requirements folder
cd pip

# Run the command
pip install -r requirements.txt

Database Migration

# Run the following commands in order
python db.py sqlite init
python db.py sqlite migrate
python db.py sqlite upgrade

RabbitMQ - Publisher

# Go to data folder
cd data

# Running the publisher agent
python main.py

RabbitMQ - Subscriber

# Running the subscriber agent
python subscriber.py

Flask

python core.py

Database Migration - Image

image

RabbitMQ - Image

HTTP POST

image image

HTTP PUT

image image

HTTP DELETE

image image