Comment on Twitter's Storm (complex event processing system) is now open sourceparentComments−nathanmarz14yThe Storm deploy is awesome. It's built using an awesome tool called Pallet: https://github.com/pallet/palletI'm going to try to get more documentation on using Storm from Clojure in the next few weeks. I write all my topologies in Clojure using a small Clojure DSL that ships with Storm:https://github.com/nathanmarz/storm/blob/master/src/clj/back...
Comments
The Storm deploy is awesome. It's built using an awesome tool called Pallet: https://github.com/pallet/pallet
I'm going to try to get more documentation on using Storm from Clojure in the next few weeks. I write all my topologies in Clojure using a small Clojure DSL that ships with Storm:
https://github.com/nathanmarz/storm/blob/master/src/clj/back...