Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differential Dataflow #90

Open
gregr opened this issue Mar 13, 2018 · 0 comments
Open

Differential Dataflow #90

gregr opened this issue Mar 13, 2018 · 0 comments
Labels

Comments

@gregr
Copy link
Member

gregr commented Mar 13, 2018

https://www.microsoft.com/en-us/research/wp-content/uploads/2013/01/differentialdataflow.pdf

This is another incremental computation paper, this time for updatable dataflow/streaming computations. The author blogs about achieving impressive performance while processing enormous amounts of data on a laptop that you'd normally use a cluster to process.

The project:
https://github.com/frankmcsherry/differential-dataflow

It compiles to Timely Dataflow operators:
https://github.com/frankmcsherry/timely-dataflow

Not sure if this background reading on Timely Dataflow is important:
https://dl.acm.org/citation.cfm?id=2522738

The blog (on github itself):
https://github.com/frankmcsherry/blog

@gregr gregr added the paper label Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant