# Differential Dataflow [[Databases]] [[Relational Algebra]] [[Datalog]] A data-parallel programming framework designed to efficiently process large volumes of data to quickly respond to arbitrary changes in input collections. The standard implementation is in [[Rust]] and builds on [[Timely Dataflow]]. I found this through mostly [[Jamie Brandon]]'s writings and [[HYTRADBOI]]. ## Books - [Differential Dataflow](https://timelydataflow.github.io/differential-dataflow/) ## Links - [Differential Dataflow (paper)](https://github.com/TimelyDataflow/differential-dataflow/raw/master/differentialdataflow.pdf) - [GitHub - TimelyDataflow/differential-dataflow: An implementation of differential dataflow using timely dataflow on Rust.](https://github.com/TimelyDataflow/differential-dataflow)