Automic VaultAutomic Vault

brew

storm を Homebrew, Nix, apt でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install storm

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#storm

nixpkgs package indexes · pkgs/by-name/st/storm/package.nix · ソース: api.github.com

Debian apt確認済み · 92%
sudo apt install python3-storm

Debian stable package indexes · python3-storm · ソース: deb.debian.org

概要

パッケージ概要

Distributed realtime computation system to process data streams

履歴

プロジェクトの歴史と使われ方

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.

セキュリティ状態

保護ツール対応はまだ見つかっていません

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
conf/storm.yaml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
stormcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版3.0.0
マネージャ更新日2026-07-23
ローカルデータOK
上流not checked
検出された最新未検出

https://storm.apache.org

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:storm
バージョン3.0.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/storm
ホームページhttps://storm.apache.org
リポジトリhttps://github.com/apache/storm
上流ドキュメントhttps://storm.apache.org/
ライセンスApache-2.0
ソースアーカイブhttps://www.apache.org/dyn/closer.lua?path=storm/apache-storm-3.0.0/apache-storm-3.0.0.tar.gz
最終更新2026-07-23T01:11:58Z
Pulseupdated
依存関係openjdk
macOS 提供ライブラリpython
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namestorm
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

python3-storm 1.0-2

object-relational mapper (ORM) for Python 3

https://storm.canonical.com/

sudo apt install python3-storm
  • Section: python
  • Architecture: amd64
  • Source Package: storm
  • 3 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Storm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-storm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

storm

nix profile install nixpkgs#storm
  • normalized package name match
  • 一致条件: Storm
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/st/storm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

python3-storm 0.26-2build1

object-relational mapper (ORM) for Python 3

https://storm.canonical.com/

sudo apt install python3-storm
  • Section: universe/python
  • Architecture: amd64
  • Source Package: storm
  • 3 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Storm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-storm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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