# 使用 Homebrew, Nix, apt 安装 storm

查看 storm 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:storm
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install storm
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#storm
```

  证据: nixpkgs package indexes: pkgs/by-name/st/storm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Debian apt (92%):

```sh
sudo apt install python3-storm
```

  证据: Debian stable package indexes: python3-storm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## 软件包事实

- **软件包键:** brew:storm
- **软件包管理器:** Homebrew
- **版本:** 3.0.0
- **来源摘要:** Distributed realtime computation system to process data streams
- **主页:** <https://storm.apache.org>
- **最后更新:** 2026-07-23T01:11:58Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- storm (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.0.0
## 项目历史与用法

Apache Storm is a distributed real-time computation system for processing unbounded streams. In package-manager and CLI culture it is the `storm` command plus a cluster runtime: users install it to submit, manage, and operate streaming topologies.

### 项目历史

The Apache Software Foundation says Storm was originally developed at BackType before Twitter acquired BackType, and that it entered the Apache Incubator in September 2013. Apache announced Storm as a Top-Level Project in September 2014, marking its graduation into ASF governance.

### 采用历史

Apache's graduation announcement framed Storm as mature technology with a robust community and named contributors from Hortonworks, Twitter, Verisign, Yahoo, and others. Yahoo's quoted statement in that announcement said Storm was widely adopted there for real-time data processing, including content personalization, advertising, and mobile development.

### 使用方式

The Storm site describes it as doing for real-time processing what Hadoop did for batch processing, with use cases including real-time analytics, online machine learning, continuous computation, distributed RPC, and ETL. Operators use the packaged `storm` command and `conf/storm.yaml`-style configuration to run and manage the system.

### 为什么软件包爱好者会关心

Storm matters to package nerds because it represents the early wave of big-data infrastructure that became installable as normal open-source packages: a Java/Clojure distributed system, a CLI, daemon processes, YAML configuration, Maven artifacts, and ASF release discipline.

### 时间线

- 2013: Storm enters the Apache Incubator.
- 2014: Apache Storm graduates to an ASF Top-Level Project.
- 2016: Apache Storm 1.0.0 Stable is released as a major milestone.
- 2019: Apache Storm 2.0.0 reimplements core functionality in Java and improves contributor accessibility.
- 2026: Apache Storm 2.8.8 is listed as the current site download.

### Related projects

- The Apache Storm site compares its role to Hadoop for batch processing and documents integrations with queueing and database technologies. Its ecosystem includes topology APIs, spouts, bolts, Trident, Kafka integration, and Maven artifacts.

### 来源

- <https://incubator.apache.org/projects/storm.html>
- <https://news.apache.org/foundation/entry/the_apache_software_foundation_announces64>
- <https://storm.apache.org/>
- <https://storm.apache.org/2016/04/12/storm100-released.html>
- <https://storm.apache.org/2019/05/30/storm200-released.html>
- <https://storm.apache.org/news.html>


## 安全说明

没有找到 storm 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 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/storm.yaml
## 其他软件包管理器记录

- Debian apt - python3-storm - 1.0-2: normalized package name match | Debian stable package indexes: python3-storm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | object-relational mapper (ORM) for Python 3 | https://storm.canonical.com/
- Nix - storm: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/storm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - python3-storm - 0.26-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-storm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | object-relational mapper (ORM) for Python 3 | https://storm.canonical.com/


## Combined YAML source

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


## 来源

- 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
