kl个人博客 首页>>分布式,架构>>系统架构,解决方案合集

系统架构,解决方案合集

前言碎语

本文主要记录了博主从业以来在系统架构及相关解决方案方面的选型项目,会不定期更新,同时也欢迎大家补充


线上debug神器:

缓存框架:

并发工具依赖:

缓存相关 :

分布式ID服务:

  • tinyid:https://github.com/didi/tinyid
  • Leaf:https://github.com/Meituan-Dianping/Leaf
  • uid-generator:https://github.com/baidu/uid-generator
  • DistributedID:https://github.com/beyondfengyu/DistributedID


api文档管理:
配置中心 :
注册中心服务:
rpc :
微服务 :
api网关 :
分布式事务 :
分布式锁 :
分布式任务调度 :
批处理 :
NewSql :
数据库中间件:
数据库连接池:
数据访问 :
binlog增量日志消费:
索引引擎:


消息中间件:
DevOps:
应用安全:
apm :
快速开发,微核心:


日志采集:
爬虫相关:

堡垒机:

后台管理脚手架





kl个人博客