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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ data-diff is a **free, open-source tool** that enables data professionals to det
9
9
10
10
## Documentation
11
11
12
-
[**🗎 Documentation**](https://docs.datafold.com/reference/open_source) - our detailed documentation has everything you need to start diffing.
12
+
[**🗎 Documentation**](https://docs.datafold.com/guides/os_data_diff) - our detailed documentation has everything you need to start diffing.
13
13
14
14
### Databases we support
15
15
@@ -27,7 +27,7 @@ data-diff is a **free, open-source tool** that enables data professionals to det
27
27
- DuckDB >=0.6
28
28
- SQLite (coming soon)
29
29
30
-
For their corresponding connection strings, check out our [detailed table](https://docs.datafold.com/reference/open_source/cli#connection-methods).
30
+
For their corresponding connection strings, check out our [detailed table](https://github.com/datafold/data-diff/blob/master/docs/supported-databases.md).
31
31
32
32
#### Looking for a database not on the list?
33
33
If a database is not on the list, we'd still love to support it. [Please open an issue](https://github.com/datafold/data-diff/issues) to discuss it, or vote on existing requests to push them up our todo list.
@@ -133,12 +133,14 @@ We know that in some cases, the data-diff command can become long and dense. And
133
133
134
134
## How to Use
135
135
136
-
*[How to use from the shell (or: command-line)](https://docs.datafold.com/reference/open_source/cli)
137
-
*[How to use from Python](https://data-diff.readthedocs.io/en/latest/python-api.html)
136
+
*[Examples with dbt, joindiff, and hashdiff](https://docs.datafold.com/reference/open_source/cli#examples)
137
+
*[Examples with Python](https://data-diff.readthedocs.io/en/latest/python-api.html)
138
+
*[How to use with TOML configuration file](https://docs.datafold.com/reference/open_source/cli#toml-config-file)
138
139
139
140
## How to Contribute
140
141
* Feel free to open an issue or contribute to the project by working on an existing issue.
141
142
* Please read the [contributing guidelines](https://github.com/datafold/data-diff/blob/master/CONTRIBUTING.md) to get started.
143
+
* To add a new database driver, check out [docs](https://github.com/datafold/data-diff/blob/master/docs/new-database-driver-guide.rst).
142
144
143
145
Big thanks to everyone who contributed so far:
144
146
@@ -150,6 +152,9 @@ Big thanks to everyone who contributed so far:
150
152
151
153
Check out this [technical explanation](https://github.com/datafold/data-diff/blob/master/docs/technical-explanation.md) of how data-diff works.
152
154
155
+
## Analytics
156
+
*[Usage Analytics & Data Privacy](https://github.com/datafold/data-diff/blob/master/docs/usage_analytics.md)
157
+
153
158
## License
154
159
155
160
This project is licensed under the terms of the [MIT License](https://github.com/datafold/data-diff/blob/master/LICENSE).
0 commit comments