Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 394 Bytes

File metadata and controls

19 lines (17 loc) · 394 Bytes

to create kafka data & mysql schema's

kubectl

kubectl port-forward -n kafka svc/bd-prd-kafka-service 9094:9094
kubectl port-forward -n database svc/mysql 3306:3306

setup env

python -m venv .venv
.venv\Scripts\activate
python -m pip install --upgrade pip
pip install -r requirements.txt
.venv\Scripts\activate
pip freeze > requirements.txt