This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git
commit ab537089f3d9ace2577154ea15b1e2b6b98097f6 Author: wusheng <[email protected]> AuthorDate: Fri Dec 22 15:45:09 2017 +0800 Add document links. --- _posts/2012-12-20-support-list.md | 55 ++++++++++++++++++++++ ...-1-quick-start.md => 2017-12-21-quick-start.md} | 2 +- blog/blog.html | 38 +++++++++++++++ 3 files changed, 94 insertions(+), 1 deletion(-) diff --git a/_posts/2012-12-20-support-list.md b/_posts/2012-12-20-support-list.md new file mode 100644 index 0000000..defea25 --- /dev/null +++ b/_posts/2012-12-20-support-list.md @@ -0,0 +1,55 @@ +--- +layout: post +title: "Supported middlewares, frameworks and libraries" +date: 2017-12-01 +desc: "" +keywords: "server,client,library" +categories: [HTML] +tags: [server,client,library] +icon: icon-html +--- + +* HTTP Server + * [Tomcat](https://github.com/apache/tomcat) 7 + * [Tomcat](https://github.com/apache/tomcat) 8 + * [Spring Boot](https://github.com/spring-projects/spring-boot) Web 4.x + * Spring MVC 3.x, 4.x with servlet 3.x + * [Nutz Web Framework](https://github.com/nutzam/nutz) 1.x + * [Struts2 MVC](http://struts.apache.org/) 2.3.x -> 2.5.x + * [Resin](http://www.caucho.com/resin-4.0/) 3 + * [Resin](http://www.caucho.com/resin-4.0/) 4 + * [Jetty Server](http://www.eclipse.org/jetty/) 9 +* HTTP Client + * [Feign](https://github.com/OpenFeign/feign) 9.x + * [Netflix Spring Cloud Feign](https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-starter-feign) 1.1.x, 1.2.x, 1.3.x + * [Okhttp](https://github.com/square/okhttp) 3.x + * [Apache httpcomponent HttpClient](http://hc.apache.org/) 4.2, 4.3 + * [Spring RestTemplete](https://github.com/spring-projects/spring-framework) 4.x + * [Jetty Client](http://www.eclipse.org/jetty/) 9 +* JDBC + * Mysql Driver 5.x, 6.x + * Oracle Driver + * H2 Driver + * [Sharding-JDBC](https://github.com/shardingjdbc/sharding-jdbc) 1.5.x + * PostgreSQL Driver 8.x, 9.x, 42.x +* RPC Frameworks + * [Dubbo](https://github.com/alibaba/dubbo) 2.5.3 + * [Dubbox](https://github.com/dangdangdotcom/dubbox) 2.8.4 + * [Motan](https://github.com/weibocom/motan) 0.2 + * [gRPC](https://github.com/grpc/grpc-java) 1.6+ +* MQ + * [RocketMQ](https://github.com/apache/rocketmq) 4.x +* NoSQL + * Redis + * [Jedis](https://github.com/xetorthio/jedis) 2.8 + * [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14,3.3+ + * Memcached Client + * [Spymemcached](https://github.com/couchbase/spymemcached) 2.x + * [Xmemcached](https://github.com/killme2008/xmemcached) 2.x +* Service Discovery + * [Netflix Eureka](https://github.com/Netflix/eureka) +* Spring Ecosystem + * Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x +* Scheduler + * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x +* OpenTracing diff --git a/_posts/2017-12-21-1-quick-start.md b/_posts/2017-12-21-quick-start.md similarity index 98% rename from _posts/2017-12-21-1-quick-start.md rename to _posts/2017-12-21-quick-start.md index 440cdb2..a91bb40 100644 --- a/_posts/2017-12-21-1-quick-start.md +++ b/_posts/2017-12-21-quick-start.md @@ -1,7 +1,7 @@ --- layout: post title: "[Quick Start] Install agent, deploy collector and UI." -date: 2017-12-01 +date: 2017-12-20 desc: "How to deploy SkyWalking?" keywords: "quickstart,install,deploy" categories: [HTML] diff --git a/blog/blog.html b/blog/blog.html index 6453a18..0100144 100755 --- a/blog/blog.html +++ b/blog/blog.html @@ -15,6 +15,44 @@ permalink: /blog/ <div class="col-lg-8 col-lg-offset-2"> <div class="wrapper wrapper-content animated fadeInRight"> + <div class="vote-item"> + <div class="row"> + <div class="col-md-10"> + <div class="vote-actions"> + </div> + <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/README.md" class="vote-title"> + English Document + </a> + <div class="vote-info"> + </div> + </div> + <div class="col-md-2 "> + <div class="vote-icon"> + + </div> + </div> + </div> + </div> + + <div class="vote-item"> + <div class="row"> + <div class="col-md-10"> + <div class="vote-actions"> + </div> + <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/README_ZH.md" class="vote-title"> + 中文文档 + </a> + <div class="vote-info"> + </div> + </div> + <div class="col-md-2 "> + <div class="vote-icon"> + + </div> + </div> + </div> + </div> + <!-- latest 10 blog --> {% for post in site.posts %} <div class="vote-item"> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
