| commit | 51b4392577554becf637a8adcefa0e7fdc79e41f | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Fri Jul 21 15:17:10 2023 -0600 |
| committer | Andy Grove <andygrove73@gmail.com> | Fri Jul 21 15:17:10 2023 -0600 |
| tree | 690641aba49137a119f63f2d79c40c72a031c3ff | |
| parent | 891fb592183fcc91ccaa0bc11ac7263252bf5fa7 [diff] |
prettier
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.