dbnd


Namedbnd JSON
Version 1.0.23.1 PyPI version JSON
download
home_pagehttps://github.com/databand-ai/dbnd
SummaryMachine Learning Orchestration
upload_time2024-05-16 10:38:20
maintainerEvgeny Shulman
docs_urlNone
authorEvgeny Shulman
requires_python<3.12,>=3.6
licenseNone
keywords orchestration data machinelearning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![pipeline status](https://gitlab.com/databand-ai/dbnd/badges/master/pipeline.svg)](https://gitlab.com/databand-ai/dbnd/pipelines)

![PyPI - Downloads](https://img.shields.io/pypi/dm/dbnd) ![PyPI](https://img.shields.io/pypi/v/dbnd)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbnd) ![PyPI - License](https://img.shields.io/pypi/l/dbnd)
![Code style: ](https://img.shields.io/badge/code%20style-black-000000.svg)

# DBND

DBND an open source framework for building and tracking data pipelines. DBND is used for processes ranging from data ingestion, preparation, machine learning model training and production.

DBND includes a Python library, set of APIs, and CLI that enables you to collect metadata from your workflows, create a system of record for runs, and easily orchestrate complex processes.

DBND simplifies the process of building and running data pipelines
from dbnd import task

```python
from dbnd import task

@task
def say_hello(name: str = "databand.ai") -> str:
    value = "Hello %s!" % name
    return value
```

And makes it easy to track your critical pipeline metadata

```python
from dbnd import log_metric, log_dataframe

log_dataframe("my_dataset", my_dataset)
log_metric("r2", r2)
```

## Getting Started

See our [documentation](https://www.ibm.com/docs/en/dobd) with examples and quickstart guides to get up and running with DBND.

## The Latest and Greatest

For using DBND, we recommend that you work with a virtual environment like [Virtualenv](https://virtualenv.pypa.io/en/latest/) or [Conda](https://docs.conda.io/en/latest/). Update to the latest and greatest:

```shell script
pip install dbnd
```

If you would like access to our latest features, or have any questions, feedback, or contributions we would love to here from you! Get in touch through contact@databand.ai

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/databand-ai/dbnd",
    "name": "dbnd",
    "maintainer": "Evgeny Shulman",
    "docs_url": null,
    "requires_python": "<3.12,>=3.6",
    "maintainer_email": "evgeny.shulman@databand.ai",
    "keywords": "orchestration, data, machinelearning",
    "author": "Evgeny Shulman",
    "author_email": "evgeny.shulman@databand.ai",
    "download_url": "https://files.pythonhosted.org/packages/8b/62/26ee45a941edb4cd19cd209ba5702400abca8c48ae830072679b351466bf/dbnd-1.0.23.1.tar.gz",
    "platform": "any",
    "description": "[![pipeline status](https://gitlab.com/databand-ai/dbnd/badges/master/pipeline.svg)](https://gitlab.com/databand-ai/dbnd/pipelines)\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/dbnd) ![PyPI](https://img.shields.io/pypi/v/dbnd)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbnd) ![PyPI - License](https://img.shields.io/pypi/l/dbnd)\n![Code style: ](https://img.shields.io/badge/code%20style-black-000000.svg)\n\n# DBND\n\nDBND an open source framework for building and tracking data pipelines. DBND is used for processes ranging from data ingestion, preparation, machine learning model training and production.\n\nDBND includes a Python library, set of APIs, and CLI that enables you to collect metadata from your workflows, create a system of record for runs, and easily orchestrate complex processes.\n\nDBND simplifies the process of building and running data pipelines\nfrom dbnd import task\n\n```python\nfrom dbnd import task\n\n@task\ndef say_hello(name: str = \"databand.ai\") -> str:\n    value = \"Hello %s!\" % name\n    return value\n```\n\nAnd makes it easy to track your critical pipeline metadata\n\n```python\nfrom dbnd import log_metric, log_dataframe\n\nlog_dataframe(\"my_dataset\", my_dataset)\nlog_metric(\"r2\", r2)\n```\n\n## Getting Started\n\nSee our [documentation](https://www.ibm.com/docs/en/dobd) with examples and quickstart guides to get up and running with DBND.\n\n## The Latest and Greatest\n\nFor using DBND, we recommend that you work with a virtual environment like [Virtualenv](https://virtualenv.pypa.io/en/latest/) or [Conda](https://docs.conda.io/en/latest/). Update to the latest and greatest:\n\n```shell script\npip install dbnd\n```\n\nIf you would like access to our latest features, or have any questions, feedback, or contributions we would love to here from you! Get in touch through contact@databand.ai\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Machine Learning Orchestration",
    "version": "1.0.23.1",
    "project_urls": {
        "Bug-Tracker": "https://github.com/databand-ai/dbnd/issues",
        "Documentation": "https://dbnd.readme.io/",
        "Homepage": "https://github.com/databand-ai/dbnd",
        "Source-Code": "https://github.com/databand-ai/dbnd"
    },
    "split_keywords": [
        "orchestration",
        " data",
        " machinelearning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcc7127a00dafde2ac5a2f12903fd05f346b9cf2be36295dc9b3a67223bab8a3",
                "md5": "7d85b51c9260cdbb77eb606f230874c6",
                "sha256": "c32184eecbb85f81b3025a494e366fff8ef50c259386a05db4887832de7ed595"
            },
            "downloads": -1,
            "filename": "dbnd-1.0.23.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d85b51c9260cdbb77eb606f230874c6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "<3.12,>=3.6",
            "size": 1057738,
            "upload_time": "2024-05-16T10:36:45",
            "upload_time_iso_8601": "2024-05-16T10:36:45.682519Z",
            "url": "https://files.pythonhosted.org/packages/bc/c7/127a00dafde2ac5a2f12903fd05f346b9cf2be36295dc9b3a67223bab8a3/dbnd-1.0.23.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b6226ee45a941edb4cd19cd209ba5702400abca8c48ae830072679b351466bf",
                "md5": "62de68f797d33c2a5fb9bf36b9bfb712",
                "sha256": "bfb25396240ca85baa024bba6e6a99e34e95ba0c80d8d6ed8359f2ade1658260"
            },
            "downloads": -1,
            "filename": "dbnd-1.0.23.1.tar.gz",
            "has_sig": false,
            "md5_digest": "62de68f797d33c2a5fb9bf36b9bfb712",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.6",
            "size": 811740,
            "upload_time": "2024-05-16T10:38:20",
            "upload_time_iso_8601": "2024-05-16T10:38:20.867281Z",
            "url": "https://files.pythonhosted.org/packages/8b/62/26ee45a941edb4cd19cd209ba5702400abca8c48ae830072679b351466bf/dbnd-1.0.23.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 10:38:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "databand-ai",
    "github_project": "dbnd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "dbnd"
}
        
Elapsed time: 0.26368s