Differential Dataflow for the Masses
github.com
Differential Dataflow for the Masses
1–10 of 12 posts
Re: Differential Dataflow for the Masses
#2Since "Differential Dataflow" has a specific meaning though and this isn't it, I wonder if a different title wouldn't be better?
"DBSP for the masses" presumes someone already knows what DBSP is so that doesn't work.
What about "Incremental Dataflow for the masses" or "Incremental Dataflow in Python"?
Re: Differential Dataflow for the Masses
#3Re: Differential Dataflow for the Masses
#4Also, I never fully grokked Differential Dataflow but I get DBSP so I would love an explanation of how Differential Dataflow differs from DBSP.
Re: Differential Dataflow for the Masses
#5Love this project! Since "Differential Dataflow" has a specific meaning though and this isn't it, I wonder if a different title wouldn't be better? "DBSP for the masses" presumes someone already knows what DBSP is so that doesn't work. What about "Incremental Dataflow for the masses" or "Incremental Dataflow in Python"?
Re: Differential Dataflow for the Masses
#6Re: Differential Dataflow for the Masses
#7This seems to make the mistake of identifying a vector with a stream.
Re: Differential Dataflow for the Masses
#8Re: Differential Dataflow for the Masses
#9Electric Clojure v3 also implements differential dataflow. [0] [0] https://www.youtube.com/watch?v=mP9e_FDjHLU
Re: Differential Dataflow for the Masses
#10Electric Clojure v3 also implements differential dataflow. [0] [0] https://www.youtube.com/watch?v=mP9e_FDjHLU
Electric Clojure v3 cannot be "Differential Dataflow" because it *seems* to be restricted to DAGs only. Differential Dataflow is highly expressive, it supports iteration.