34 major breaking releases

43.0.0 Nov 8, 2024
42.0.0 Sep 17, 2024
41.0.0 Aug 11, 2024
40.0.0 Jul 12, 2024
7.0.0 Feb 12, 2022

#2136 in Database interfaces

Download history 99/week @ 2024-08-19 126/week @ 2024-08-26 161/week @ 2024-09-02 311/week @ 2024-09-09 311/week @ 2024-09-16 444/week @ 2024-09-23 73/week @ 2024-09-30 346/week @ 2024-10-07 792/week @ 2024-10-14 695/week @ 2024-10-21 405/week @ 2024-10-28 582/week @ 2024-11-04 411/week @ 2024-11-11 705/week @ 2024-11-18 836/week @ 2024-11-25 422/week @ 2024-12-02

2,396 downloads per month
Used in 2 crates

Apache-2.0

3MB
55K SLoC

DataFusion Command-line Interface

DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

DataFusion CLI (datafusion-cli) is a small command line utility that runs SQL queries using the DataFusion engine.

Frequently Asked Questions

Where can I find more information?

See the datafusion-cli documentation for further information.

How do I make my IDE work with datafusion-cli?

"open" the datafusion/datafusion-cli project as its own top level project in my IDE (rather than opening datafusion)

The reason datafusion-cli is not part of the main workspace in datafusion Cargo.toml file is that datafusion-cli is a binary and has a checked in Cargo.lock file to ensure reproducible builds.

However, the datafusion and sub crates are intended for use as libraries and thus do not have a Cargo.lock file checked in.

Dependencies

~81MB
~1.5M SLoC