Go to file
wangiegie@gmail.com 297af877bd 消息中心完善,升级 spring cloud 2018-01-16 23:22:18 +08:00
doc 日志表 新增serviceId exception字段 2017-12-25 21:15:14 +08:00
pig-auth 调整目录结构 2018-01-14 23:08:46 +08:00
pig-common 消息中心完善,升级 spring cloud 2018-01-16 23:22:18 +08:00
pig-config 调整目录结构 2018-01-14 23:12:11 +08:00
pig-eureka add: 本地调试属性,方便开发测试 2018-01-08 21:36:34 +08:00
pig-gateway 消息中心 2018-01-15 14:31:26 +08:00
pig-modules 消息中心完善,升级 spring cloud 2018-01-16 23:22:18 +08:00
pig-visual 消息中心完善,升级 spring cloud 2018-01-16 23:22:18 +08:00
.gitignore 添加gitignore 2017-12-29 13:20:04 +08:00
LICENSE 修改为MIT协议 2017-12-24 20:56:11 +08:00
README.md 消息中心 2018-01-15 14:47:02 +08:00
pom.xml 消息中心完善,升级 spring cloud 2018-01-16 23:22:18 +08:00

README.md

now

pig
├── pig-ui -- element-vue-admin实现[9528]
├── pig-auth -- 授权服务提供[3000]
├── pig-common -- 系统公共模块 
├── pig-config -- 配置中心[4001]
├── pig-eureka -- 服务注册与发现[1025]
├── pig-gateway -- ZUUL网关[9999]
├── pig-modules -- 微服务模块
    ├── pig-mc-service -- 消息中心[4050]
    └── pig-upms-service -- 权限管理提供[4000]
└── pig-visual  -- 图形化模块 
     ├── pig-monitor -- 服务状态监控、turbine [5001]
     ├── pig-zipkin-elk -- zipkin、ELK监控[5002、5601]
     └── pig-cache-cloud -- 缓存管理、统一监控[5005]

future

  ○ 公共运行时服务
      ■ 服务发现Eureka
      ■ API网关Zuul --> Spring Gateway
      ■ 配置中心Spring Cloud Config
  ○ 服务框架和通信模式
      ■ REST框架 Fegin
      ■ 聚合层和后台服务层
  ○ 监控告警和可靠性工程
      ■ 综述三层监控体系
      ■ 数据采集总线(Turbine + RabbitMQ)
      ■ 统一日志(ELK)
      ■ 调用链监控(Spring Cloud Sleuth)
      ■ 统一告警(ZMON)
      ■ 限流熔断和Hystrix
      ■ 服务限流 Zuul-Ratelimit
  ○ 后台服务
      ■ 分布式文件系统(FASTDFS、七牛云服务)
      ■ 消息服务MQ(RabbitMQ)
      ■ 任务调度Job(Elastic-job)
      ■ 缓存服务(CacheCloud)
      ■ 分布式数据访问层(ShardingJDBC)
      ■ 统一认证服务 (Spring Cloud Oauth 2.0)
      ■ 代码自动生成 (Velocity Template)
  ○ 持续交付
      ■ 持续集成,多环境和发布流水线
      ■ 蓝绿、金丝雀和灰度发布

欢迎加入QQ交流群互相学习
一键加群:
image

详细说明 wiki

https://gitee.com/log4j/pig/wikis/