Skip to content

carloshkayser/storm-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tweets word count using Apache Storm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages