A set of applications written in Storm Trident.
$ git clone [email protected]:mayconbordin/trident-examples.git
$ cd trident-examples/
$ mvn -P<profile> package
Use the local
profile to run the applications in local mode or cluster
to run in a remote cluster.
Syntax:
$ storm <jar> storm.trident.StormRunner --app <application-name> --mode (local|remote) [OTHER OPTIONS...]
Options:
--config-str=<str> A serialized list of key/value pairs (ex.: sa.spout.threads=2,sa.sink.threads=5)
--runtime=<runtime> Runtime in seconds (local mode only) [default: 300].
--topology-name=<name> The name of the topology (remote mode only).