A Storm project designed to run on a bunch of raspberries.
Be sure to read up on Storm first:
http://storm-project.net/ https://github.com/nathanmarz/storm/ https://github.com/nathanmarz/storm/wiki
To run on a local cluster:
lein run -m raspberry-storm.topology/run!
# OR
lein run -m raspberry-storm.topology/run! debug false workers 10
To run on a distributed cluster:
lein uberjar
# copy jar to nimbus, and then on nimbus:
bin/storm jar path/to/uberjar.jar raspberry_storm.TopologySubmitter workers 30 debug false
or use [storm-deploy](https://github.com/nathanmarz/storm-deploy/wiki)
Copyright © 2013 FIXME
Distributed under the Eclipse Public License, the same as Clojure.