Mlflow plugin to use MongoDB as backend for MLflow tracking service.
git clone https://github.com/satyamjay-iitd/mlflow-mongostore/
cd mlflow-mongostore
pip install .
$ 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