In this chapter we’ll build your first Storm app in Clojure to get you running.1
1. I am indebted to Paul Gearon for his contributions to this chapter.
In this chapter we assume you have Leiningen set up and have a projects directory in which to create your project.
The benefits discussion is contextual. The process of working out the benefits goes as follows:
Why would you choose Storm to solve your business problem? Storm is designed to make stream processing robust. You can retry any step until the whole pipeline is done and structure your transformations around immutable data so that ...
No credit card required