-
Notifications
You must be signed in to change notification settings - Fork 26
Update README to reflect project vision #71
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
Conversation
|
Thank you @andygrove ! A few suggestions:
|
|
For the code snippet, i forgot to include We should have, I think, import ray
from datafusion_ray import DFRayContext, df_ray_runtime_env
ray.init(runtime_env=df_ray_runtime_env)
session = DFRayContext()
df = session.sql("SELECT * FROM my_table WHERE value > 100")
df.show()As |
I made the following updates:
Do you have specific suggestions for updating the trade-offs? |
This PR updates the README to better explain the features that we plan on supporting:
Rendered version: https://github.com/andygrove/datafusion-ray/blob/new-readme/README.md