https://github.com/databand-ai/databand_templates
Templates for monitoring your data lake and warehouses.
https://github.com/databand-ai/databand_templates
Last synced: 5 months ago
JSON representation
Templates for monitoring your data lake and warehouses.
- Host: GitHub
- URL: https://github.com/databand-ai/databand_templates
- Owner: databand-ai
- License: apache-2.0
- Created: 2021-03-03T19:16:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T14:20:43.000Z (over 3 years ago)
- Last Synced: 2024-08-14T07:09:19.979Z (8 months ago)
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 8
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - databand-ai/databand_templates - Templates for monitoring your data lake and warehouses. (Python)
README

# Tracking Templates
The files in this repository are templated python processes for monitoring your data lakes. You can integrate them into your Airflow environment and run them as you would any other DAG. The templates are built using Databand's tracking library ("DBND") and will report metrics about your database clusters, databases, and tables. The metrics will be reported to Databand's monitoring system where you can monitor trends and define alerts. The templates are completely customizable, you can modify them to collect any required metric reporting and data quality checks.
Contents
- [AWS Redshift](./AWS_Redshift)
- [Redshift Database Monitor](./AWS_Redshift)
- [Redshift Table Monitor](./AWS_Redshift)
- [AWS S3](./AWS_S3/)
- [S3 Bucket Monitor](./AWS_S3/)
- [S3 Key Monitor](./AWS_S3/)
- [Snowflake](./Snowflake)
- [Snowflake Database Monitor](./Snowflake)
- [Snowflake Table Monitor](./Snowflake)