I'd like to build a logs aggregation system and I found these tools developed by Taobao. Both of them can be used to collect logs for further processing and analysis. What's the different betweent them?
Asked
Active
Viewed 330 times
1 Answers
0
if you can read Chinese, there has more details http://rdc.taobao.com/team/jm/archives/921.
- using test based protocol like memcached.
- metamorphosis is written in Java.
- using self defined storage structure.
- support sync and async subscribe api.
- improve server recovery performance.
- add interface for real time status, like memcached status.
- support client side connection reuse.

zhpengg
- 1
- 1
-
Thanks for your sharing. I know Kafka and its relationship with metamorphosis. But what makes me confused is that, the **Metamorphosis** has similar features to the **Timetunnel**. Are there any difference between them? What kinds of jobs are they serving in Taobao? – cofthew7 Mar 19 '13 at 05:50