| commit | 4ab8be57dee3bfa72dd105fbd7b8901b873a4878 | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Mon Jun 26 15:48:36 2023 -0600 |
| committer | Andy Grove <andygrove73@gmail.com> | Mon Jun 26 15:48:36 2023 -0600 |
| tree | fc0de2dd1926d46b7edcebf098cb4b04e14756e0 | |
| parent | 9674c77253e8d9f64f78c24aadb50b76ed60a559 [diff] |
changelog
DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format. Python Bindings are also available.
DataFusion offers SQL and Dataframe APIs, excellent performance, built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community.
https://arrow.apache.org/datafusion/ contains the project's documentation.
The example usage section in the user guide and the datafusion-examples code in the crate contain information on using DataFusion.
The developer’s guide contains information on how to contribute.