init
Showing
.gitignore
0 → 100644
This diff is collapsed.
.lint.sh
0 → 100644
Dockerfile
0 → 100644
__version__.py
0 → 100644
app.py
0 → 100644
conf/application.conf
0 → 100644
config.env
0 → 100644
File added
File added
requirements.txt
0 → 100644
| pytz==2021.3 | |||
| loguru==0.5.3 | |||
| scipy==1.7.1 | |||
| numpy==1.21.2 | |||
| pandas==1.3.3 | |||
| mlflow==1.20.2 | |||
| sklearn | |||
| simplejson==3.17.5 | |||
| requests==2.26.0 | |||
| pydantic==1.8.2 | |||
| python-dotenv==0.19.2 | |||
| PyYAML==6.0 | |||
| kafka-python==1.4.7 | |||
| SQLAlchemy | |||
| sqlparse==0.4.2 | |||
| psycopg2==2.9.1 | |||
| azure-storage-blob==12.7.1 | |||
| pymongo==3.12.0 | |||
| \ No newline at end of file |
scripts/__init__.py
0 → 100644
scripts/core/__init__.py
0 → 100644
scripts/core/db/__init__.py
0 → 100644
scripts/utils/__init__.py
0 → 100644
scripts/utils/mongo_util.py
0 → 100644
scripts/utils/mqtt_util.py
0 → 100644
Please register or sign in to comment