Storm/Heron 공부 링크질
* storm 소개
역시 한글 자료
http://d2.naver.com/helloworld/484148
큰 그림
(paper) storm internals 부분
http://db.cs.berkeley.edu/cs286/papers/storm-sigmod2014.pdf
* apache storm 커미터인 임정택씨가 쓴 글
* 트위터가 storm 대신 heron을 만들고 있음
좋은 성능과 클라우드 환경(yarn, mesos, aurora)을 지원
Heron is designed with the goal of operating in a cloud environment on top of a scheduling framework such as Aurora or YARN (although it can also run in local mode). As a result, it leverages the resource isolation mechanisms implemented by these frameworks. Storm, on the other hand implements parts of the functionality of the Heron Resource Manager
, the Heron Scheduler
and the underlying scheduling framework in the same abstraction.
https://www.infoq.com/news/2015/06/twitter-storm-heron
https://blog.twitter.com/engineering/en_us/a/2015/flying-faster-with-twitter-heron.html
https://twitter.github.io/heron/docs/concepts/architecture/
https://blog.acolyer.org/2017/06/29/twitter-heron-towards-extensible-streaming-engines/