Skip to main content

Machine Learning Orchestration

Project description

pipeline status coverage report

PyPI - Downloads PyPI PyPI - Python Version PyPI - License Code style:

DBND Core

DBND is an agile pipeline framework that helps date engineering teams track and orchestrate their data processes. Used for processes ranging from data prep, machine learning model training, experimentation, testing, and production, DBND is easy to use and natively provides teams visibility, reproducibility, and dynamic orchestration for your projects.

DBND simplifies the process of building, running, and tracking data pipelines

from dbnd import task

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

And provides way for tracking your critical pipeline metadata

    from dbnd import log_metric, log_dataframe

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

Getting Started

See our Quickstart guide to get up and running with DBND. Our documentation is available for more examples and guides

The Latest and Greatest

We recommend that you work with a virtual environment like Virtualenv or Conda. Updating to the latest and greatest:

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

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

databand-0.24.21.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

databand-0.24.21-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page