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
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
dbnd_monitor-1.0.27.2.tar.gz
(27.2 kB
view details)
Built Distribution
File details
Details for the file dbnd_monitor-1.0.27.2.tar.gz
.
File metadata
- Download URL: dbnd_monitor-1.0.27.2.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01ad69c955591c75e26e0cfc7c086db4ba920ffa158a273b70bb3b631baf4e47 |
|
MD5 | 093320bc5fadaa1a647deb595d2d69c9 |
|
BLAKE2b-256 | 30502b298fd46ca58aaccd71e83aa718961cd82a758c9c16168b02364c93ba04 |
File details
Details for the file dbnd_monitor-1.0.27.2-py2.py3-none-any.whl
.
File metadata
- Download URL: dbnd_monitor-1.0.27.2-py2.py3-none-any.whl
- Upload date:
- Size: 35.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 | 6460bb1b8eeb76325e0d518030b9f4a4a5a4a9f1c6c8dd2c18f707d6b5cf80d1 |
|
MD5 | 9b8158356d068829c73f24f0385f4df5 |
|
BLAKE2b-256 | b4e6f2b141d87617854f85808e8bf4403d3f10e71d15f35785be2ae7c02f8beb |