-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Epic]: Improve Documentation, Tutorials, and Examples #3058
Comments
As a relatively new user of DataFusion, I agree the docs on the site are pretty bad, but not so bad that I wasn't able to understand it without being overwhelmed :) However, there's plenty of room for improvement and I've been doing a few things related to this:
I've come up with a few changes that I think will help:
It's still very much a WIP, but I have a structure that I think mostly makes sense in this branch: https://github.com/kmitchener/arrow-datafusion/tree/doc-improvements (related to PR #3005 ) The above incorporates some of the thoughts from #1821 and #1814 as well. |
Thanks @kmitchener that is great feedback |
I had a conversation with @MrPowers today which inspired me to try and organize ideas to improve the datafusion documentation today. I moved all the unfinished tickets into a new epic #7013 and am going to close this one so the current state of things is clearer. Let's continue the conversation there |
“Write cool software and tell people about it” – Paul Dix @pauldix (Founder and CTO of InfluxData)
Call to action:
The DataFusion community has invested a lot in the cool software; Now is the time to do better on the “tell people about it” part.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
DataFusion is too difficult to learn for new users. See https://towardsdev.com/writing-a-data-pipeline-in-rust-with-datafusion-25b5e45410ca for one users experience, which is summarized here:
Describe the solution you'd like
TBD. This issue is an EPIC to track tasks to improve the situation.
User Guide
Rust Docs (docs.rs)
cargo doc
output on https://arrow.apache.org/datafusion/) #5981Developer/Contributor Guide
Python Docs
Blog posts
Older Issues To Be Reviewed
The text was updated successfully, but these errors were encountered: