| Name | mlflow-tracking-mongostore JSON | 
            
| Version | 
                  0.1.15
                   
                  JSON | 
            
 | download  | 
            
| home_page |   | 
            
| Summary | Mlflow plugin to use MongoDB as backend for MLflow tracking service | 
            | upload_time | 2024-03-12 06:36:48 | 
            | 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 models registry service. To use this plugin, you need a running instance of MongoDB.
Run 'pip install mlflow-registry-mongostore' to register the plugin as an entrypoint with MongoDB backend.
# Installation
```
pip install mlflow-registry-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-tracking-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 models registry service. To use this plugin, you need a running instance of MongoDB.\n\nRun 'pip install mlflow-registry-mongostore' to register the plugin as an entrypoint with MongoDB backend.\n\n# Installation\n```\npip install mlflow-registry-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 tracking service",
    "version": "0.1.15",
    "project_urls": null,
    "split_keywords": [
        "mlflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2daf6232e3214082df6a388f67641b31be603d00aa78a21f0ea9c6457f66433f",
                "md5": "2372f5d82fd80fe0a6141762c59b23cc",
                "sha256": "313ee4f08ec17718f0d60528fd686e5791c2e2c4f80f8440d372051f07fdca1f"
            },
            "downloads": -1,
            "filename": "mlflow_tracking_mongostore-0.1.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2372f5d82fd80fe0a6141762c59b23cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18498,
            "upload_time": "2024-03-12T06:36:48",
            "upload_time_iso_8601": "2024-03-12T06:36:48.231631Z",
            "url": "https://files.pythonhosted.org/packages/2d/af/6232e3214082df6a388f67641b31be603d00aa78a21f0ea9c6457f66433f/mlflow_tracking_mongostore-0.1.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 06:36:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mlflow-tracking-mongostore"
}