Skip to content

satyamjay-iitd/mlflow-mongostore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages