Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 397 Bytes

A leiningen template for creating new storm projects.

To use:

lein new storm-project my-awesome-storm-project

This will give you working storm topology. Take it for a spin:

cd my-awesome-storm-project && lein run -m my-awesome-storm-project.topology/run!

License

Copyright © 2012 Travis Vachon

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