Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 838 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 838 Bytes

Apache Storm Hello World

This project demonstrates how to use Apache Storm for stream processing. You can run it using either VS Code Dev Containers or manually with Docker Compose.

Starting the Storm Cluster

  1. Install prerequisites:

  2. Start the Storm cluster:

docker compose up -d --build
  1. Verify the services are running:

  2. Enter the development container:

docker compose exec dev bash
  1. Now, go to the topology directory that you want to run.
  1. Stopping the Storm Cluster
docker compose down