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

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

## インストール

```sh
sudo av install brew:druid
```

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

### macOS

- Homebrew (100%):

```sh
brew install druid
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#druid
```

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

## パッケージ情報

- **パッケージキー:** brew:druid
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/druid>
- **バージョン:** 37.0.0
- **ソース概要:** High-performance, column-oriented, distributed data store
- **ホームページ:** <https://druid.apache.org/>
- **上流ドキュメント:** <https://druid.apache.org/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://www.apache.org/dyn/closer.lua?path=druid/37.0.0/apache-druid-37.0.0-bin.tar.gz>
- **最終更新:** 2026-06-22T14:03:12-07:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- druid-broker.sh (cli)
- druid-coordinator.sh (cli)
- druid-historical.sh (cli)
- druid-jconsole.sh (cli)
- druid-middleManager.sh (cli)
- druid-node.sh (cli)
- druid-overlord.sh (cli)
- druid-router.sh (cli)
- druid-broker.sh (エイリアス)
- druid-coordinator.sh (エイリアス)
- druid-historical.sh (エイリアス)
- druid-jconsole.sh (エイリアス)
- druid-middleManager.sh (エイリアス)
- druid-node.sh (エイリアス)
- druid-overlord.sh (エイリアス)
- druid-router.sh (エイリアス)

## 依存関係

- openjdk@21

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 37.0.0
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://druid.apache.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Apache Druid is a high-performance real-time analytics database aimed at fast ingestion, low-latency OLAP queries, operational dashboards, and high-concurrency analytical applications. In package-manager terms, the Homebrew formula is less a tiny CLI utility and more a local entry point into a distributed data system with multiple node-role scripts.

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

Druid entered the Apache Incubator on February 28, 2018. During incubation, source control moved to ASF Git/GitHub, incubating releases were cut in 2018 and 2019, and the project graduated as an Apache top-level project on December 18, 2019.

The current Apache Druid repository and website present Druid as a real-time analytics database with native ingestion, SQL/native query support, a web console, APIs, and deployment paths for local, Docker, and Kubernetes environments.

### 採用の歴史

Druid adoption is tied to workloads that need fast ingest plus interactive analytical queries, especially dashboards, operational analytics, and user-facing data applications. Its Apache governance, public mailing lists, Slack/community pages, official Docker image, and separate Kubernetes operator are signals of an ecosystem beyond a single package.

### 使われ方

The Homebrew package exposes scripts for Druid process roles such as broker, coordinator, historical, middleManager, overlord, router, and node. Users typically start with the quickstart or Docker/Kubernetes deployment paths, then configure runtime properties under the documented `conf/druid` layout.

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

Druid is significant to package maintainers because it stretches the definition of a package: installing it gives local executables, but the software is really a cluster with role-specific daemons, config trees, Java runtime requirements, web UI, APIs, and external integrations. It is a reminder that data infrastructure packages often package orchestration entry points as much as binaries.

### タイムライン

- 2018-02-28: Druid enters the Apache Incubator.
- 2018-07-06: Druid source control moves to ASF Git/GitHub.
- 2018-12-12: Druid 0.13.0-incubating is released.
- 2019-04-09: Druid 0.14.0-incubating is released.
- 2019-12-18: Druid graduates as an Apache top-level project.
- Docs era: Apache Druid publishes docs, quickstarts, Docker guidance, and a separate Kubernetes operator.

### Related projects

- Apache Druid Operator is maintained separately for Kubernetes deployments.
- The Druid website source is maintained separately from the main code repository.
- Druid commonly integrates with streaming and batch ingestion systems and exposes HTTP and JDBC query APIs.

### ソース

- <https://incubator.apache.org/projects/druid.html>
- <https://druid.apache.org/>
- <https://druid.apache.org/docs/latest/>
- <https://github.com/apache/druid>
- <https://github.com/apache/druid/blob/master/README.md>
- <https://github.com/apache/druid-operator>


## セキュリティノート

druid に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: conf/druid/_common/common.runtime.properties, conf/druid/_common/log4j2.xml, conf/druid/broker/runtime.properties, conf/druid/coordinator/runtime.properties, conf/druid/historical/runtime.properties, conf/druid/middleManager/runtime.properties, conf/druid/overlord/runtime.properties
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** druid
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Nix - druid: normalized package name match | nixpkgs package indexes: pkgs/by-name/dr/druid/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/ja/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [openjdk@21](https://pkg.so/ja/brew/openjdk-21/) - Runtime dependency declared by Homebrew.
- [duckdb](https://pkg.so/ja/brew/duckdb/) - Shares pkgdb curated category or tags: analytics, cli, data, database, olap.
- [questdb](https://pkg.so/ja/brew/questdb/) - Shares pkgdb curated category or tags: cli, data, database, olap.
- [pinot](https://pkg.so/ja/brew/pinot/) - Shares pkgdb curated category or tags: analytics, cli, data, database, olap.
- [mysql](https://pkg.so/ja/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, database.
- [postgresql@14](https://pkg.so/ja/brew/postgresql-14/) - Shares pkgdb curated category or tags: cli, data, database.
- [postgresql@16](https://pkg.so/ja/brew/postgresql-16/) - Shares pkgdb curated category or tags: cli, data, database.
- [postgresql@17](https://pkg.so/ja/brew/postgresql-17/) - Shares pkgdb curated category or tags: cli, data, database.
- [postgresql@18](https://pkg.so/ja/brew/postgresql-18/) - Shares pkgdb curated category or tags: cli, data, database.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
