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

Does Streamz support modin/vaex/koalas? #428

Open
enthusiastics opened this issue Aug 30, 2021 · 1 comment
Open

Does Streamz support modin/vaex/koalas? #428

enthusiastics opened this issue Aug 30, 2021 · 1 comment

Comments

@enthusiastics
Copy link

Does Streamz support modin or vaex? Besides pandas/dask, I'm thinking of trying a few more solutions.

@martindurant
Copy link
Member

It is true that streamz has specialised code for dealing with pandas dataframes and the dask distributed cluster.

It would not be hard to write similar wrappers around any other dataframe implementation, or to aggregate dataframes using custom logic alone - but I am not aware of anyone having done so. I am not sure how much of the existing dataframe code could be generalised to multiple backends.
(note that streamz does not use dask-dataframes)

Similarly, streamz only calls dask's submit and gather functions to dispatch work. The same pattern would work for any remote execution framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants