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.28.1.tar.gz
(27.9 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.28.1.tar.gz.
File metadata
- Download URL: dbnd_monitor-1.0.28.1.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de072a37ad6796f7d8d32f8761a04038f3b2a16a81b859a22f3313edf8cd59ad
|
|
| MD5 |
3a39077bb946888c4e7582509ffdc7c4
|
|
| BLAKE2b-256 |
cb03ff1a5adcd8cceffbd485b5d60cc1a44fcea86f876b442e422347c49d6741
|
File details
Details for the file dbnd_monitor-1.0.28.1-py2.py3-none-any.whl.
File metadata
- Download URL: dbnd_monitor-1.0.28.1-py2.py3-none-any.whl
- Upload date:
- Size: 36.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a789788abcd59f0883664b6ed4865f0e3ba35241cfa0ad89c4ed22f8f83023c
|
|
| MD5 |
bf2c3750f80f3d9596814955e9b75c47
|
|
| BLAKE2b-256 |
74caec3ae3073f7ada5c4459e43aabfc1d7d330a1ed7f7af67bc5de023aafdc9
|