28 major breaking releases

37.0.0 Apr 4, 2024
36.0.0 Feb 20, 2024
35.0.0 Jan 25, 2024
34.0.0 Dec 17, 2023
7.0.0 Feb 12, 2022

#2358 in Database interfaces

Download history 152/week @ 2023-12-22 151/week @ 2023-12-29 58/week @ 2024-01-05 15/week @ 2024-01-12 157/week @ 2024-01-19 222/week @ 2024-01-26 410/week @ 2024-02-02 443/week @ 2024-02-09 236/week @ 2024-02-16 221/week @ 2024-02-23 205/week @ 2024-03-01 166/week @ 2024-03-08 104/week @ 2024-03-15 95/week @ 2024-03-22 148/week @ 2024-03-29 187/week @ 2024-04-05

570 downloads per month
Used in 2 crates

Apache-2.0

3MB
63K SLoC

DataFusion Command-line Interface

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

The DataFusion CLI is a command line utility that runs SQL queries using the DataFusion engine.

Frequently Asked Questions

Where can I find more information?

Answer: See the datafusion-cli documentation for further information.

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

Answer: "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 listed as part of the workspace in the main 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

~74MB
~1.5M SLoC