From 4067a6113940e82fe07da9c416c6a3d818ba6293 Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 30 Jul 2026 13:54:37 -0700 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e869f1..d301858 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,16 @@

License - Apache 2.0 + Status - Alpha Chat - Discord

+ +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Felectric-sql%2Fd2ts.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Felectric-sql%2Fd2ts?ref=badge_large) + # D2TS - Differential Dataflow in TypeScript 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. @@ -701,4 +705,4 @@ This implementation started out as a TypeScript port of the [Materialize blog po - [Differential Dataflow](https://github.com/MaterializeInc/differential) - [Differential Dataflow from Scratch](https://materialize.com/blog/differential-from-scratch/) - [Python Implementation](https://github.com/ruchirK/python-differential) -- [DBSP](https://arxiv.org/abs/2203.16684) (very similar to Differential Dataflow) +- [DBSP](https://arxiv.org/abs/2203.16684) (very similar to Differential Dataflow) \ No newline at end of file