# druid mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für druid in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install druid
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:druid
- **Paketmanager:** Homebrew
- **Version:** 37.0.0
- **Quellzusammenfassung:** High-performance, column-oriented, distributed data store
- **Homepage:** <https://druid.apache.org/>
- **Zuletzt aktualisiert:** 2026-06-22T14:03:12-07:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- druid-broker.sh (Alias)
- druid-coordinator.sh (Alias)
- druid-historical.sh (Alias)
- druid-jconsole.sh (Alias)
- druid-middleManager.sh (Alias)
- druid-node.sh (Alias)
- druid-overlord.sh (Alias)
- druid-router.sh (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 37.0.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

Für druid wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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
## Andere Paketmanager-Einträge

- 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


## Combined YAML source

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


## Quellen

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