soulkingz's Stars
apache/skywalking
APM, Application Performance Monitoring System
XX-net/XX-Net
A proxy tool to bypass GFW.
apache/dubbo
The java implementation of Apache Dubbo. An RPC and microservice framework.
etcd-io/jetcd
etcd java client
apolloconfig/apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
unknwon/go-fundamental-programming
《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。
wangshub/Douyin-Bot
😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐?
ReactivePlatform/netty-in-action-cn
Netty In Action 中文版
alibaba/jetcache
JetCache is a Java cache framework.
keisuo/degreeroom
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
btraceio/btrace
BTrace - a safe, dynamic tracing tool for the Java platform
soulkingz/spring-boot-all-callbacks
Spring boot回调接口汇总
openzipkin/zipkin
Zipkin is a distributed tracing system
pagehelper/Mybatis-PageHelper
Mybatis通用分页插件
pinpoint-apm/pinpoint
APM, (Application Performance Management) tool for large-scale distributed systems.
alibaba/fastjson
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
apache/zookeeper
Apache ZooKeeper
apache/eagle
Mirror of Apache Eagle
waylau/spring-boot-tutorial
Spring Boot Tutorial takes you to learn Spring Boot step by step with a large number of samples.Spring Boot Tutorial 是一本关于 Spring Boot 学习的开源书。用大量实例带你一步一步走进 Spring Boot 的世界。
alibaba/druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
JSQLParser/JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
alexcrack/angular-ui-notification
Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
d1sm/finalspeed
高速双边加速软件,在高丢包,延迟环境下仍可达到90%物理带宽利用率.
iMeiji/shadowsocks_install
Auto install shadowsocks server,thanks 秋水逸冰
smallnest/C1000K-Servers
:zap: High performance websocket servers implemented by Spray-can, Netty, undertow, jetty, Vert.x, Grizzly, node.js and Go. It supports 1,200,000 active websocket connections
alibaba/jstorm
Enterprise Stream Process Engine
dropwizard/metrics
:chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on.
dianping/cat
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.