Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 403 Bytes

Mlflow-MongoStore

Mlflow plugin to use MongoDB as backend for MLflow tracking service.

Install

git clone https://github.com/satyamjay-iitd/mlflow-mongostore/
cd mlflow-mongostore
pip install .

Use

$ mlflow server --backend-store-uri mongodb://$USER:$PASSWORD@$MONGO_HOST/$DB_NAME
OR
$ mlflow server --backend-store-uri mongodb+srv://$USER:$PASSWORD@$MONGO_HOST/$DB_NAME