You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,19 @@
1
1
# **data-diff**
2
2
3
-
**data-diff is in shape to be run in production, but also under development. If
4
-
you run into issues or bugs, please [open an issue](https://github.com/datafold/data-diff/issues/new/choose) and we'll help you out ASAP! You can
5
-
also find us in `#tools-data-diff` in the [Locally Optimistic Slack][slack].**
6
-
7
-
**We'd love to hear about your experience using data-diff, and learn more your use cases. [Reach out to product team share any product feedback or feature requests!](https://calendly.com/jp-toor/customer-interview-oss)**
8
-
9
-
💸💸 **Looking for paid contributors!** 💸💸 If you're up for making money working on awesome open-source tools, we're looking for developers with a deep understanding of databases and solid Python knowledge. [**Apply here!**](https://docs.google.com/forms/d/e/1FAIpQLScEa5tc9CM0uNsb3WigqRFq92OZENkThM04nIs7ZVl_bwsGMw/viewform)
3
+
_data-diff is in shape to be run in production, but also under development._
4
+
- 🐞Bugs? 💡Issues?
5
+
- Please [open an issue](https://github.com/datafold/data-diff/issues/new/choose)!
6
+
- 💬 Prefer to chat live?
7
+
- Find us in [#tools-data-diff](https://locallyoptimistic.slack.com/archives/C03HUNGQV0S) in the [Locally Optimistic Slack][slack].
8
+
-[Please Reach out to the product team](https://calendly.com/jp-toor/customer-interview-oss) share any product feedback or feature requests!
9
+
- 💸💸 **Looking for paid contributors!** 💸💸
10
+
- We're looking for developers with a deep understanding of databases and solid Python knowledge. [**Apply here!**](https://docs.google.com/forms/d/e/1FAIpQLScEa5tc9CM0uNsb3WigqRFq92OZENkThM04nIs7ZVl_bwsGMw/viewform)
10
11
11
12
----
12
13
13
-
**data-diff** is a command-line tool and Python library to efficiently diff
14
-
rows across two database tables.
15
-
16
-
* ⇄ Verifies across [many different databases][dbs] (e.g. PostgreSQL ⇄ Snowflake) or within a database
17
-
* 🔍 Outputs [diff of rows](#example-command-and-output) in detail
18
-
* 🚨 Simple CLI/API to create monitoring and alerts
19
-
* 🔁 Bridges column types of different formats and levels of precision (e.g. Double ⇆ Float ⇆ Decimal)
20
-
* 🔥 Verify 25M+ rows in <10s, and 1B+ rows in ~5min.
21
-
* ♾️ Works for tables with 10s of billions of rows
14
+
**data-diff** enables data analysts and engineers to inspect row-level impact of data changes. Any data professional can use data-diff to avoid code errors that cause data errors.
22
15
23
-
## Table of Contents
16
+
<imgwidth="454"alt="Screen Shot 2022-10-07 at 2 37 48 PM"src="https://user-images.githubusercontent.com/1799931/194626900-81be9980-b81e-47ca-934c-8bcb6262dfae.png">
24
17
25
18
-[**Introduction**](#introduction)
26
19
-[Common use-cases](#common-use-cases)
@@ -37,6 +30,16 @@ rows across two database tables.
37
30
-[**Development Setup**](#development-setup)
38
31
-[**License**](#license)
39
32
33
+
34
+
* ⇄ Verifies across [many different databases][dbs] (e.g. PostgreSQL ⇄ Snowflake) or within a database
35
+
* 🔍 Outputs [diff of rows](#example-command-and-output) in detail
36
+
* 🚨 Simple CLI/API to create monitoring and alerts
37
+
* 🔁 Bridges column types of different formats and levels of precision (e.g. Double ⇆ Float ⇆ Decimal)
38
+
* 🔥 Verify 25M+ rows in <10s, and 1B+ rows in ~5min.
39
+
* ♾️ Works for tables with 10s of billions of rows
0 commit comments