This tutorial showed how to do basic stream processing on top of Storm. There‘s lots more things you can do with Storm‘s primitives. One of the most interesting applications of Storm is Distributed RPC, where you parallelize the computation of intense functions on the fly.
原文:http://www.cnblogs.com/xymqx/p/4366971.html