Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/data-drift/data-drift

Metrics Observability & Troubleshooting
https://github.com/data-drift/data-drift

analytics bigquery context data-diffing data-governance data-lineage data-monitoring data-observability data-quality data-reliability data-version-control dbt dbt-metrics dbt-packages drill-down metrics reconciliation redshift semantic-layer snowflake

Last synced: 10 days ago
JSON representation

Metrics Observability & Troubleshooting

Awesome Lists containing this project

README

        






Datadrift logo



Discord
Github Stars
Data-Drift Build
Storybook
DataGit version

Metrics Observability & Troubleshooting

Datadrift is an open-source metric observability framework that helps data teams deliver trusted and reliable metrics.


Website |
Issues |
Blog |
Doc |
Roadmap |
Discord



DataDrift

Data monitoring tools fail by focusing on static tests (eg. null, unique, expected values) and metadata monitoring (eg. column-level).

Datadrift monitors your metrics, sends alerts when anomalies are detected and automates root cause analysis.

**Data teams detect and solve data issues faster with Datadrift's row-level monitoring & troubleshooting.**

# 🚀 Quickstart

## dbt integration

```
pip install driftdb
```

[Here is a quick demo](https://app.claap.io/sammyt/drift-db-demo-a18-c-ApwBh9kt4p-07oQMdsIzt_e).
For a step-by-step guide on the dbt installation, see the [docs](https://pypi.org/project/driftdb/).

## Python integration

Install the monitor in your pipeline.

```python
>>> from driftdb.connectors import LocalConnector
>>> LocalConnector().snapshot_table(table_dataframe=dataframe, table_name="revenue")
```

For a step-by-step guide on the python installation, see the [docs](https://pypi.org/project/driftdb/).

## Datadrift cloud

We are in development and we would love to do the installation with you. [Fill the form on our website](https://www.data-drift.io/) so we can do a 15min demo. If the tool solves your problem then the installation requires 30min.

# ⚡️ Key Features

## đź”® Metrics monitoring & custom alerting

Get full visibility into metrics variation and pro-actively detect data quality issues. Become aware of unknown unknowns with metric drift custom alerting.


DataDrift new drift custom alerting

## 🧑‍🎤 Automated root cause analysis & troubleshooting

Operationalize your monitoring and solve your underlying data quality issue with lineage drill-down to understand the root cause of the problem.


DataDrift diff compare table

## đź’Ž Shared understanding of metric variation

Give visibility to data analysts and data consumers with shared explanation of metric variation.


DataDrift metric drift changelog

## 🧠 And much more

We are in the early days of Datadrift. Just open a new [issue](https://github.com/data-drift/data-drift/issues) to tell us more about it and see how we could help!

# 💚 Community

We 💚 contributions big and small. In priority order (although everything is appreciated) with the most helpful first:

- [Star this repo](https://github.com/data-drift/data-drift) to help us get visibility and build awesome open-source tools
- [Join our Discord server](https://discord.gg/X2RUXFAm) to be part of our thriving community
- [Open an issue](https://github.com/data-drift/data-drift/issues) to share your idea or a bug you might have spotted
- [Become a Design Partner](https://www.data-drift.io/design-partner) to co-built a product you & users love

# 🗓 Upcoming features

Track planning on [Github Projects](https://github.com/orgs/data-drift/projects/3) and help us prioritising by upvoting or creating [issues](https://github.com/data-drift/data-drift/issues).