Skip to content

DFW-Clojure/glutton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Storm based data ingestion component.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors