| commit | 97b3a4b37f54aaa52f8705db3e57b15ee98c24a7 | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Mon Sep 12 12:36:42 2022 -0600 |
| committer | GitHub <noreply@github.com> | Mon Sep 12 12:36:42 2022 -0600 |
| tree | c32f706ed1e27f69c6ee5a7fa9398379c7659b93 | |
| parent | 30e8ceff80dcb5d95d8f399917ac6c846986bdf7 [diff] |
Prep for 12.0.0 Release (#3423) * bump crate versions * update versions in docs * change log * upmerge and re-generate changelog * update changelog
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.