From f48ab6b19ecc349188c2ac0f0fdaf5da67d9100f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 25 Nov 2016 17:27:45 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44e61ca9b..f2400135c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, also known D * Based on [Google Dapper Paper: Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](http://research.google.com/pubs/pub36356.html), [Simplified Chines](http://duanple.blog.163.com/blog/static/70971767201329113141336/) * Supports popular rpc frameworks, such as [dubbo](https://github.com/alibaba/dubbo), [dubbox](https://github.com/dangdangdotcom/dubbox), [motan](https://github.com/weibocom/motan) etc., supports email-alert when application occurs unexpected exception。 * Execution time of creating span than 100μs. +* Easy to deploy, **even in product mode**. No need of Hadoop, HBase, or Cassandra Cluster. # Supported components * web container -- GitLab