Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 765 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 765 Bytes

glutton

A Storm project to learn about ingesting data.

Usage

Be sure to read up on Storm first:

Also, watch this video

http://vimeo.com/40972420

To run on a local cluster:

lein run -m glutton.topology/run!
# OR
lein run -m glutton.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 glutton.TopologySubmitter workers 30 debug false

or use storm-deploy

License

Copyright © 2013 FIXME

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