Apache Storm is an open-source distributed real-time computation system for processing unbounded streams of data with low latency. This image runs Storm (Nimbus, Supervisor, UI) with a local ZooKeeper on Ubuntu 24.04 LTS, hardened and fully patched, with the Storm UI on port 80 behind authentication, a unique per-VM password generated on first boot, and state on a dedicated disk. Maintained by cloudimg.
## Apache Storm on Ubuntu 24.04 LTS
Apache Storm is a distributed real-time stream-processing engine that reliably processes high-velocity, unbounded data streams with millisecond latency. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/storm-credentials.txt`, then open the Storm UI at the VM's public IP to monitor topologies. Submit your own with `storm jar