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.27.18.tar.gz
(27.2 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.27.18.tar.gz.
File metadata
- Download URL: dbnd_monitor-1.0.27.18.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87f92402375716f768337ae4d96b270bcc523540a1fec37c53e560115e31443b
|
|
| MD5 |
20e2a3392833e0ae3ec4f1baab06ccee
|
|
| BLAKE2b-256 |
c09f6a655cc4866b6064996d7ccbef9957dbf50858e04d2cabf5e74bface40b0
|
File details
Details for the file dbnd_monitor-1.0.27.18-py2.py3-none-any.whl.
File metadata
- Download URL: dbnd_monitor-1.0.27.18-py2.py3-none-any.whl
- Upload date:
- Size: 35.5 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 |
772feb058989ab828795b2c7c1a861359da38cac792a85324876e3af77b908af
|
|
| MD5 |
9e802c139764b648d2587b638597a76d
|
|
| BLAKE2b-256 |
aa2ad4a0a946c9429db355930993f989320fa8502f25c5adda085aad06979297
|