| commit | 891fb592183fcc91ccaa0bc11ac7263252bf5fa7 | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Fri Jul 21 15:10:07 2023 -0600 |
| committer | Andy Grove <andygrove73@gmail.com> | Fri Jul 21 15:10:07 2023 -0600 |
| tree | 0df067d07f7f3731383e20a9f2f8ec3618efa05b | |
| parent | 39e0d19365f19e9c0ced290f7e116a4991eb0ab3 [diff] |
cargo update
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.