move kafka to threadings and setup database connection

This commit is contained in:
2025-04-15 14:16:36 +01:00
parent 46ba285b99
commit 9b36592fce
6 changed files with 48 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()