commit | 8ee31cc69f43a4de0c0678d18a57f27cb4d0ead1 | [log] [tgz] |
---|---|---|
author | Andy Grove <andygrove73@gmail.com> | Tue Aug 16 09:22:49 2022 -0600 |
committer | GitHub <noreply@github.com> | Tue Aug 16 09:22:49 2022 -0600 |
tree | ed9bd6ba9a3fe6d2c8a609063e85a681b2407f79 | |
parent | 85f7fc9b262c5db9d17dfef662ee58d757c6eabf [diff] |
Prepare for 11.0.0 release (#3171) * minor docs updates * bump crate versions * Update docs/source/user-guide/sql/ddl.md Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * CHANGELOG Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
DataFusion is an extensible query planning, optimization, and execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
TableProvider
trait.DataFusion is modular in design with many extension points and can be used without modification as an embedded query engine and can also provide a foundation for building new systems. Here are some example use cases:
There are a number of community projects that extend DataFusion or provide integrations with other systems.
Here are some of the projects known to use DataFusion:
(if you know of another project, please submit a PR to add a link!)
Please see example usage to find how to use DataFusion.
Please see Roadmap for information of where the project is headed.
There is no formal document describing DataFusion's architecture yet, but the following presentations offer a good overview of its different components and how they interact together.
Please see User Guide for more information about DataFusion.
Please see Contributor Guide for information about contributing to DataFusion.