alamb opened a new issue, #5501: URL: https://github.com/apache/arrow-datafusion/issues/5501
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** DataFusion is primarily aimed at developers, as explained in https://github.com/apache/arrow-datafusion#use-cases Thus, it will help if provide documentation that helps developers understand what DataFusion offers and if it is appropriate for their project or not. **Describe the solution you'd like** I would like a DataFusion Architecture guide – aimed at other developers, that contains high level information about how DataFusion is organized (for example, with the content described in #5499) The trick will be to keep the guide helpful but general enough that it doesn't get out of date too quickly Topics: * Basic flow * Important structures (LogicalPlan, Exprs, SessionContext, PhysicalExpr, ExecutionPlan) * DataSources (TableProvider trait, etc) **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** Part of a larger effort to improve documentation https://github.com/apache/arrow-datafusion/issues/3058 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
