| commit | 9674c77253e8d9f64f78c24aadb50b76ed60a559 | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Mon Jun 26 15:47:03 2023 -0600 |
| committer | Andy Grove <andygrove73@gmail.com> | Mon Jun 26 15:47:03 2023 -0600 |
| tree | 71926606626222924a4f85b0cde727195bde9f23 | |
| parent | 574195f8e5df21a25b645c98e5846e67969aaab7 [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.