三叉戟的例子一组用Storm Trident编写的应用程序。应用用法建造:git clone git@github.com:mayconbordin/trident-examples.git,进入项目目录:cd trident-examples/,然后通过mvn -P < profile> package来打包项目。

使用local配置文件以本地模式运行应用程序,或使用cluster在远程集群中运行。提交拓扑的语法:storm < jar> storm.trident.StormRunner --app < application> --mode (local | remote) [OTHER OPTIONS...]

选项:--config-str= < str> 序列化的键/值对列表(例如:sa...)。