Dmitri Sotnikov created STORM-515: ------------------------------------- Summary: Clojure documentation and examples Key: STORM-515 URL: https://issues.apache.org/jira/browse/STORM-515 Project: Apache Storm Issue Type: Improvement Affects Versions: 0.9.2-incubating Reporter: Dmitri Sotnikov
Clojure storm-starter example is extremely basic (https://github.com/apache/storm/blob/master/examples/storm-starter/src/clj/storm/starter/clj/word_count.clj) and doesn't demonstrate many use cases. Clojure documentation page (http://storm.incubator.apache.org/documentation/Clojure-DSL.html) has unreadable code samples, and glosses over many details in how bolts are setup, how to initialize parametarized bolts, where the requires such as execute come from, and so on. It would be nice to see clear documentation with properly documented examples for each of the use cases. -- This message was sent by Atlassian JIRA (v6.3.4#6332)