# datafusion を Homebrew, Nix でインストール

datafusion のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:datafusion
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install datafusion
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#datafusion-cli
```

  証拠: nixpkgs package indexes: pkgs/by-name/da/datafusion-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:datafusion
- **パッケージマネージャ:** Homebrew
- **バージョン:** 54.1.0
- **ソース概要:** Apache Arrow DataFusion and Ballista query engines
- **ホームページ:** <https://arrow.apache.org/datafusion>
- **リポジトリ:** <https://github.com/apache/datafusion>
- **最終更新:** 2026-07-21T19:01:07Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- datafusion-cli (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 54.1.0
## プロジェクトの歴史と使われ方

Apache DataFusion is an extensible Rust query engine built on Apache Arrow for SQL, DataFrame, and embedded analytic workloads.

### プロジェクトの歴史

The official introduction says DataFusion originated as part of Apache Arrow and is now presented as Apache DataFusion with its own site, user guide, CLI documentation, subprojects, and release documentation. The project provides libraries and binaries for building database and analytic systems.

### 採用の歴史

The official user guide lists active projects using DataFusion, including stream-processing engines, SQL query engines, lakehouse tooling, search and analytics systems, and language bindings. This makes DataFusion both a library dependency and a foundation for newer data systems.

### 使われ方

Developers embed DataFusion as a Rust query engine, use its SQL and DataFrame APIs, or run `datafusion-cli` to query data formats such as CSV and Parquet from a command line.

### パッケージ好きにとっての重要性

DataFusion matters to package people because it packages a modern analytical query planner and execution engine as Rust crates and a CLI, sitting at the intersection of Apache Arrow, SQL engines, and embeddable database components.

### タイムライン

- 2021: The standalone apache/datafusion repository has 4.0.0 tag history after DataFusion originated in Apache Arrow.
- 2026: Official documentation lists the 50.x through 55.x release series and related DataFusion subprojects.

### Related projects

- Related official projects include Apache Arrow, DataFusion Python, DataFusion Java, DataFusion Comet, and DataFusion Ballista.

### ソース

- <https://datafusion.apache.org/>
- <https://datafusion.apache.org/user-guide/introduction.html>
- <https://datafusion.apache.org/user-guide/cli/index.html>
- <https://github.com/apache/datafusion>
- <https://github.com/apache/datafusion/releases/tag/4.0.0>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - datafusion-cli: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/da/datafusion-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [datafusion](https://pkg.so/ja/pkg/cargo/datafusion/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/datafusion.yml](https://github.com/mxcl/pkgdb/blob/main/combined/datafusion.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
