Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 2396ed1

Browse files
Minor readme edits (#855)
* edits * style fixes by ruff * Update README.md Co-authored-by: Kira Furuichi <[email protected]> * Update README.md Co-authored-by: Kira Furuichi <[email protected]> * kira's edit Co-authored-by: Kira Furuichi <[email protected]> --------- Co-authored-by: elliotgunn <[email protected]> Co-authored-by: Kira Furuichi <[email protected]>
1 parent d2161cc commit 2396ed1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,27 @@ A data diff is the value-level comparison between two tables—used to identify
1616

1717
There is a lot you can do with data-diff: you can test SQL code by comparing development or staging environment data to production, or compare source and target data to identify discrepancies when moving data between databases.
1818

19-
# Use Cases
19+
# data-diff OSS & Datafold Cloud
20+
data-diff is an open source utility for running stateless diffs as a great single player experience.
2021

21-
### Data Migration & Replication Testing
22-
data-diff is a powerful tool for comparing data when you're moving it between systems. Use it to ensure data accuracy and identify discrepancies during tasks like:
23-
- **Migrating** to a new data warehouse (e.g., Oracle -> Snowflake)
24-
- **Converting SQL** to a new transformation framework (e.g., stored procedures -> dbt)
25-
- Continuously **replicating data** from an OLTP database to OLAP data warehouse (e.g., MySQL -> Redshift)
22+
23+
24+
Scale up with [Datafold Cloud](https://www.datafold.com/) to make data diffing a company-wide experience to both supercharge your data diffing CLI experience (ex: data-diff --dbt --cloud) and run diffs manually in your CI process and within the Datafold UI. This includes [column-level lineage](https://www.datafold.com/column-level-lineage) with BI tool integrations, [CI testing](https://docs.datafold.com/deployment_testing/how_it_works/), faster cross-database diffing, and diff history.
25+
26+
# Use Cases
2627

2728
### Data Development Testing
2829
When developing SQL code, data-diff helps you validate and preview changes by comparing data between development/staging environments and production. Here's how it works:
2930
1. Make a change to your SQL code
3031
2. Run the SQL code to create a new dataset
3132
3. Compare this dataset with its production version or other iterations
3233

34+
### Data Migration & Replication Testing
35+
data-diff is a powerful tool for comparing data when you're moving it between systems. Use it to ensure data accuracy and identify discrepancies during tasks like:
36+
- **Migrating** to a new data warehouse (e.g., Oracle -> Snowflake)
37+
- **Validating SQL transformations** from legacy solutions (e.g., stored procedures) to new transformation frameworks (e.g., dbt)
38+
- Continuously **replicating data** from an OLTP database to OLAP data warehouse (e.g., MySQL -> Redshift)
39+
3340
# dbt Integration
3441
<p align="left">
3542
<img alt="dbt" src="https://seeklogo.com/images/D/dbt-logo-E4B0ED72A2-seeklogo.com.png" width="10%" />
@@ -213,13 +220,6 @@ Your database not listed here?
213220

214221
For detailed algorithm and performance insights, explore [here](https://github.com/datafold/data-diff/blob/master/docs/technical-explanation.md), or head to our docs to [learn more about how Datafold diffs data](https://docs.datafold.com/data_diff/how-datafold-diffs-data).
215222

216-
217-
# data-diff OSS & Datafold Cloud
218-
219-
data-diff is an open source utility for running stateless diffs as a great single player experience.
220-
221-
Scale up with [Datafold Cloud](https://www.datafold.com/) to make data diffing a company-wide experience to both supercharge your data diffing CLI experience (ex: data-diff --dbt --cloud) and run diffs manually in the UI. This includes [column-level lineage](https://www.datafold.com/column-level-lineage), [CI testing](https://docs.datafold.com/deployment_testing/how_it_works/), and diff history.
222-
223223
## Contributors
224224

225225
We thank everyone who contributed so far!

0 commit comments

Comments
 (0)