why444216978
[WHY] Every present that you are not satisfied with has a past that you did not work hard.
BeiJing
Pinned Repositories
rpc
Go 微服务框架,Router 基于 Gin 和 gRPC Gateway,同时支持 gRPC 和 HTTP,封装各种常用组件,开箱即用,专注业务。
gin-api
Go 微服务框架,Router 基于 Gin,同时支持 gRPC 和 HTTP,封装各种常用组件,开箱即用,专注业务。
go-util
常用 Go 工具函数封装
grpc-cmux
Serve grpc and http on the same port by cmux
load-balance
分布式负载均衡GoLang实现,目前支持随机、加权随机、轮询、加权轮询。
mysql_grafana
PHP实现的MySQL监控组件,包含数据采集和web端可视化监控,可灵活扩展监控指标。
opentracing-php-client
基于opentracing和jaeger-php开发的分布式链路追踪客户端,特点是上手快。
php-log
PHP实现的日志组件,包含异常捕获、日志分片、日志级别、函数调用栈
php-mongo-library
PHP封装MongoDB操作类,安装mongo扩展即可
php-redis-aof
php-redis实现的单机多实例部署模式下AOF重写脚本
why444216978's Repositories
why444216978/gin-api
Go 微服务框架,Router 基于 Gin,同时支持 gRPC 和 HTTP,封装各种常用组件,开箱即用,专注业务。
why444216978/go-util
常用 Go 工具函数封装
why444216978/php-log
PHP实现的日志组件,包含异常捕获、日志分片、日志级别、函数调用栈
why444216978/mysql_grafana
PHP实现的MySQL监控组件,包含数据采集和web端可视化监控,可灵活扩展监控指标。
why444216978/opentracing-php-client
基于opentracing和jaeger-php开发的分布式链路追踪客户端,特点是上手快。
why444216978/grpc-cmux
Serve grpc and http on the same port by cmux
why444216978/php-mongo-library
PHP封装MongoDB操作类,安装mongo扩展即可
why444216978/php-redis-aof
php-redis实现的单机多实例部署模式下AOF重写脚本
why444216978/load-balance
分布式负载均衡GoLang实现,目前支持随机、加权随机、轮询、加权轮询。
why444216978/crp
CRP(Cache replacement policy), support lru and lfu.
why444216978/agollo
🚀Go client for ctrip/apollo (https://github.com/ctripcorp/apollo)
why444216978/codec
The codec for GoLang,support json, protobuf, toml, yaml, xml, form.
why444216978/errgroup
优化官方 errgroup 包遇到错误扔继续执行的问题
why444216978/go-unit-test
Go unit test mock demo
why444216978/go1.18-features-demo
The demo of go1.18 new features.
why444216978/grpc-example
why444216978/images
why444216978/inquiry_abstract
灵活使用四种常见的设计模式,抽象和解耦复杂的医疗问诊业务。
why444216978/ratelimit
A Golang blocking leaky-bucket rate limit implementation
why444216978/sentinel-go-example
sentinel-go-example
why444216978/tracer-opentracing