-
Notifications
You must be signed in to change notification settings - Fork 42
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
Incremental / Reactive / DataFlow DataFrames #56
Comments
Suminda, we do have intention to maintain some kind of clean/dirty flag on In this case, can you describe the use cases for which you need the Sent while mobile. Please excuse typos etc.
|
They are basically:
For a non DDF reactive case have a look at: https://github.com/lihaoyi/scala.rx But in this case it needs to be more fine grain as when individual items change the changes propagate. |
I know, as a former professor of computer engineering :-). I'm asking about Sent while mobile. Please excuse typos etc.
|
Use cases of what I can think about (biased towards by domain):
Best is to get feedback from others also in other domains. It is more convenient to all computations as dataflows for realtime computing use cases. |
Following is an interesting product in this space: http://www.ankhor.com/. This is not a library thought but might help you get an idea how best to plan this functionality in DDF. If you can use DDF to programmatically create this type of flows this would be the ultimate DDF can achieve as I see it. |
Say you have DF a defined as:
A = B + C
Is it possible to provide the functionality with perhaps some special DFs implementation:
The text was updated successfully, but these errors were encountered: