# storm **Repository Path**: wsqandgy/storm ## Basic Information - **Project Name**: storm - **Description**: 这个项目里面是一个strom的初级版本的代码,HelloWorld版本 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2015-11-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##HelloWorld for storm This project contains a pom.xml which would effectively build the project including dependencies To execute the HelloWorld topology ```shell mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.cookbook.HelloWorldTopology ``` To execute the TirdentWordCount topology ```shell mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.trident.cookbook.TridentWordCount ``` To execute the TridentReach topology ```shell mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.trident.cookbook.TridentReach ```