datafusion 30.0.0

DataFusion is an in-memory query engine that uses Apache Arrow as the memory model
Documentation

DataFusion

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

Building your project with DataFusion

DataFusion is great for building projects and products like SQL interfaces, time series platforms, and domain specific query engines. Click Here to see a list known users.

Contributing to DataFusion

The developer’s guide contains information on how to contribute.