-
Notifications
You must be signed in to change notification settings - Fork 3
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
Distributed Execution on Beam #16
Comments
Dataframes: https://beam.apache.org/documentation/dsls/dataframes/overview/ |
Beam's dataframes library supports multi indexes. https://beam.apache.org/releases/pydoc/current/apache_beam.dataframe.io.html This alone makes beam worthy of an exploration sooner rather than later. |
Interesting! |
Some general thoughts on this issue in no particular order:
|
This may not be feasible after all. It looks like hdf5 is intentionally not supported because it is a random access format. I think Xarray would follow this characteristic, too. https://beam.apache.org/releases/pydoc/current/_modules/apache_beam/dataframe/io.html Maybe this warrants the creation of an xarray-beam-like library for pandas or dask? Can a pd.(multi)index mimic an xbeam key? |
A core question to answer: do we really need random access? |
Figure out a way to distribute all layers of SQL execution #10 on Apache Beam.
The text was updated successfully, but these errors were encountered: