Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 754 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 754 Bytes

raspberry-storm

A Storm project designed to run on a bunch of raspberries.

Usage

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)

License

Copyright © 2013 FIXME

Distributed under the Eclipse Public License, the same as Clojure.