Data security performance analysis developed in Python (Flask) - SQL (SQLite).
# Go to the requirements folder
cd pip
# Run the command
pip install -r requirements.txt# Run the following commands in order
python db.py sqlite init
python db.py sqlite migrate
python db.py sqlite upgrade# Go to data folder
cd data
# Running the publisher agent
python main.py# Running the subscriber agent
python subscriber.pypython core.py





