apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.37k stars 1.2k forks source link

Epic: Better / Improved Documentation, Tutorials and Examples #7013

Open alamb opened 1 year ago

alamb commented 1 year ago

This is a follow on to https://github.com/apache/arrow-datafusion/issues/3058 as we have made significant progress since @kmitchener originally posted that

“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; This ticket tracks tasks to improve the "tell people about it"

User Guide

Rust Docs (docs.rs)

Examples

Conference Papers

Blog posts

Other

MrPowers commented 1 year ago

@alamb - can you add a "devrel" tag to these issues? That would help me track them. Thanks!

alamb commented 1 year ago

@alamb - can you add a "devrel" tag to these issues? That would help me track them. Thanks!

Done @MrPowers : https://github.com/apache/arrow-datafusion/labels/devrel

felipevalerio commented 1 month ago

Hi, I would like to be responsible for this task "Review current examples and see how they can be improved"

But I have a question. Those examples are the ones in : https://github.com/apache/datafusion/tree/main/datafusion-examples

alamb commented 1 month ago

But I have a question. Those examples are the ones in : https://github.com/apache/datafusion/tree/main/datafusion-examples

Yes indeed.

One simple win I think would be to consolidate the examples of specific functions

Perhaps into https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/date_time_functions.rs or something to make it clearer they belonged togehter

Thank you!