| commit | 262f08778b8ec231d96792c01fc3e051640eb5d4 | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Sun Nov 05 09:48:37 2023 -0700 |
| committer | Andy Grove <andygrove73@gmail.com> | Sun Nov 05 09:48:37 2023 -0700 |
| tree | 5ed10b01601cb920879c1720f1f9a79c104d0235 | |
| parent | dc34961724248d5acdcae56f59ef85e97c7db90e [diff] |
update 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.
Here are links to some important information
DataFusion is great for building projects such as domain specific query engines, new database platforms and data pipelines, query languages and more. It lets you start quickly from a fully working engine, and then customize those features specific to your use. Click Here to see a list known users.
Default features:
compression: reading files compressed with xz2, bzip2, flate2, and zstdcrypto_expressions: cryptographic functions such as md5 and sha256encoding_expressions: encode and decode functionsparquet: support for reading the Apache Parquet formatregex_expressions: regular expression functions, such as regexp_matchunicode_expressions: Include unicode aware functions such as character_lengthOptional features:
avro: support for reading the Apache Avro formatbacktrace: include backtrace information in error messagespyarrow: conversions between PyArrow and DataFusion typesserde: enable arrow-schema's serde featuresimd: enable arrow-rs's manual SIMD kernels (requires Rust nightly)This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions of the Rust compiler.
The developer’s guide contains information on how to contribute.