Skip to content

Commit 387f828

Browse files
kuldarsamwillis
andauthored
Fix differential dataflow link in README.md (#52)
* Fix differential dataflow link in README.md * Update README.md --------- Co-authored-by: Sam Willis <[email protected]>
1 parent 192f677 commit 387f828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# D2TS - Differential Dataflow in TypeScript <!-- omit in toc -->
2727

28-
D2TS is a TypeScript implementation of [differential dataflow](https://github.com/MaterializeInc/differential) - a powerful data-parallel programming framework that enables incremental computations over changing input data.
28+
D2TS is a TypeScript implementation of [differential dataflow](https://github.com/TimelyDataflow/differential-dataflow) - a powerful data-parallel programming framework that enables incremental computations over changing input data.
2929

3030
You can use D2TS to build data pipelines that can be executed incrementally, meaning you can process data as it comes in, and only recompute the parts that have changed. This could be as simple as remapping data, or as complex as performing a full join combining two datasources where one is a computed aggregate.
3131

0 commit comments

Comments
 (0)