Machine Learning Orchestration
Project description
Databand Monitor
Databand Monitor is a module providing functionality shared across monitors within Databand system, like Databand Airflow Monitor.
Installation with setup tools
cd modules/dbnd-monitor
pip install -e .
Usage
from dbnd_monitor.base_integration import BaseIntegration
from dbnd_monitor.base_monitor_config import BaseMonitorConfig
from dbnd_monitor.multiserver_monitor_starter import monitor_cmd
class ExampleMonitorConfig(BaseMonitorConfig):
...
class ExampleIntegartion(BaseIntegration):
MONITOR_TYPE = "example_monitor"
CONFIG_CLASS = ExampleMonitorConfig
config: ExampleMonitorConfig
monitor_cmd(obj=ExampleIntegartion)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dbnd_monitor-1.0.30.1.tar.gz
(28.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbnd_monitor-1.0.30.1.tar.gz.
File metadata
- Download URL: dbnd_monitor-1.0.30.1.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ca59679dbf04795fb2094ae4ce2bff1361c270a0dcc88d7e56933620f2cfe97
|
|
| MD5 |
f1399aa491127dfcc9ef1cefd72fc7aa
|
|
| BLAKE2b-256 |
c2f8572ccd63a69a867b51800fd2aff5e27113f8451082501a83f867b91d1952
|
File details
Details for the file dbnd_monitor-1.0.30.1-py2.py3-none-any.whl.
File metadata
- Download URL: dbnd_monitor-1.0.30.1-py2.py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30e8d37a9ce7ea4c5a309fe6779ff06208f120ea97f7b4ef68838491dd5c6df8
|
|
| MD5 |
443d6cb9c7ba236609a62882a13fed93
|
|
| BLAKE2b-256 |
65ff7a245e4deaad9b630a31075a96ef55f37372b6076563d46383b3eff81d49
|