[Link to documentation!]
We're looking for developers with a deep understanding of databases and solid Python knowledge. [Apply here!]
data-diff enables data professionals to detect differences in values between any two tables. It's fast, easy to use, and reliable. Even at massive scale.
(video is rough draft, screenshot will be replaced with something better)
ย ย
pip install data-diff
Note: Once you've installed Python 3.7+, it's most likely that pip
and pip3
can be used interchangeably.
-
pip install 'data-diff[postgresql]'
-
pip install 'data-diff[snowflake]'
-
TODO We support 10+ other databases. Check out [TODO link to documentation] for specifics.
Once you've installed data-diff
, you can run it from the command line:
data-diff DB1_URI TABLE1_NAME DB2_URI TABLE2_NAME [OPTIONS]
Check out the Documentation TODO add link for all the options and database-specific configurations.
- Open an issue or chat with us on slack.
- Interested in contributing to this open source project? Please see our Contributing Guideline!
This project is licensed under the terms of the MIT License.