Name | mlflow-registry-mongostore JSON |
Version |
0.1.10
JSON |
| download |
home_page | |
Summary | Mlflow plugin to use MongoDB as backend for MLflow Model Registry service |
upload_time | 2023-11-22 18:41:36 |
maintainer | |
docs_url | None |
author | Rachid Belmeskine |
requires_python | >=3.8 |
license | |
keywords |
mlflow
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# mlflow-tracking-mongostore
Mlflow plugin to use MongoDB as a backend for the MLflow tracking service. To use this plugin, you need a running instance of MongoDB.
Run 'pip install mlflow-tracking-mongostore' to register the plugin as an entrypoint with MongoDB backend.
# Installation
```
pip install mlflow-tracking-mongostore
```
# Usage
```
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
```
Raw data
{
"_id": null,
"home_page": "",
"name": "mlflow-registry-mongostore",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "rachid.belmeskine@gmail.com",
"keywords": "mlflow",
"author": "Rachid Belmeskine",
"author_email": "",
"download_url": "",
"platform": null,
"description": "# mlflow-tracking-mongostore\nMlflow plugin to use MongoDB as a backend for the MLflow tracking service. To use this plugin, you need a running instance of MongoDB.\n\nRun 'pip install mlflow-tracking-mongostore' to register the plugin as an entrypoint with MongoDB backend.\n\n# Installation\n```\npip install mlflow-tracking-mongostore\n```\n\n# Usage\n```\nmlflow server --backend-store-uri mongodb://USER:PASSWORD@MONGO_HOST:DB_NAME\n```\nOR\n```\nmlflow server --backend-store-uri mongodb+srv://USER:PASSWORD@$MONGO_HOST:DB_NAME\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Mlflow plugin to use MongoDB as backend for MLflow Model Registry service",
"version": "0.1.10",
"project_urls": null,
"split_keywords": [
"mlflow"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "69a3b69a63c525a7ec8a7ede8d65ff375ceef193b36c7ae0cf75fbbe94aca357",
"md5": "6c56d96f0d89ee57e3d89bf4c069abc5",
"sha256": "0de661d136eb332adc5e30ddc3eeb7b64d50bb18c8d1862311f1ca0880493e49"
},
"downloads": -1,
"filename": "mlflow_registry_mongostore-0.1.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6c56d96f0d89ee57e3d89bf4c069abc5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 20731,
"upload_time": "2023-11-22T18:41:36",
"upload_time_iso_8601": "2023-11-22T18:41:36.997729Z",
"url": "https://files.pythonhosted.org/packages/69/a3/b69a63c525a7ec8a7ede8d65ff375ceef193b36c7ae0cf75fbbe94aca357/mlflow_registry_mongostore-0.1.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-22 18:41:36",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mlflow-registry-mongostore"
}