目录
1. SpringCloud优质项目
2. 介绍SpringCloud优质项目
SpringCloudConfig(Spring)
SpringCloudBus
Eureka
Hystrix
Zuul
Archaius
Consul
SpringCloudForCloudFoundry
SpringCloudSleuth
SpringCloudDataFlow
SpringCloudSecurity
SpringCloudZookeeper
SpringCloudStream
SpringCloudCLI
Ribbon
Turbine
Feign
SpringCloudTask
SpringCloudConnectors
SpringCloudCluster
SpringCloudStarters
1. SpringCloud优质项目
SpringCloud官方优质项目地址:Spring Cloud中文网-官方文档中文版
2. 介绍SpringCloud优质项目
SpringCloudConfig
配置管理工具包,可以把配置放在远程服务器,集中化管理集群配置,支持本地存储,Git以及Subversion。
官方文档地址:Spring Cloud Config 中文文档 参考手册 中文版https://www.springcloud.cc/spring-cloud-config.html
SpringCloudBus
事件、消息总线,用于在集群(例如,配置变化事件)中传播状态变化,可与SpringCloudConfig联合实现热部署。
官方文档地址:Spring Cloud Bus 中文文档 参考手册 中文版https://www.springcloud.cc/spring-cloud-bus.html
Eureka
云端服务发现,基于REST的服务,用于定位服务,以实现云端中间层服务发现和故障转移。
官方文档地址:github地址https://github.com/Netflix/eureka
Hystrix
熔断器,容错管理工具,旨在通过熔断机制控制服务和第三方库的节点,从而对延迟和故障提供更强大的容错能力。
官方文档地址:
github地址https://github.com/Netflix/hystrix
Zuul
Zuul是在云平台上提供动态路由,监控,弹性,安全等边缘服务的框架。Zuul相当于是设备和Netflix流应用的Web网站后端所有请求的前门。
官方文档地址:
github地址https://github.com/Netflix/zuul
Archaius
配置管理API,包含一系列配置管理API,提供动态类型化属性、线程安全配置操作、轮询框架、回调器等功能。
官方文档地址:
github地址https://github.com/Netflix/archaius
Consul
封装了Consul操作,consul是一个服务发现与配置工具,与Docker容器可以无缝集成。
官方文档地址:
github地址https://github.com/HashiCorp/consul
SpringCloudForCloudFoundry
通过Oauth2协议绑定服务到CloudFoundry,CloudFoundry是VMware推出的开源PaaS云平台。
官方文档地址:
github地址https://github.com/spring-cloud/spring-cloud-cloudfoundry
SpringCloudSleuth
日志收集工具包,封装了Dapper和log-based追踪以及Zipkin和HTrace操作,为SpringCloud应用实现了一种分布式追踪解决方案。
官方文档地址:
github地址https://github.com/spring-cloud/spring-cloud-sleuth
SpringCloudDataFlow
大数据操作工具,作为SpringXD的替代产品,它是一个混合计算模型,结合了流数据与批量数据的处理方式。
官方文档地址:
Spring Cloud Data Flow 中文文档 参考手册 中文版https://www.springcloud.cc/spring-cloud-dataflow.html
SpringCloudSecurity
基于SpringSecurity的安全工具包,为你的应用程序添加安全控制。
官方文档地址:
github地址https://github.com/spring-attic/spring-cloud-security
SpringCloudZookeeper
操作Zookeeper的工具包,用于使用zookeeper方式的服务发现和配置管理。
官方文档地址:
github地址https://github.com/spring-cloud/spring-cloud-zookeeper
SpringCloudStream
数据流操作开发包,封装了与Redis,Rabbit,Kafka等发送接收信息。
官方文档地址:
github地址https://github.com/spring-cloud/spring-cloud-stream
SpringCloudCLI
基于SpringBootCLI,可以让你以命令行方式快速建立云组件。
官方文档地址:
Spring Boot Cloud CLI 中文文档 参考手册 中文版 (springcloud.cc)https://www.springcloud.cc/spring-cloud-cli.html
Ribbon
提供云端负载均衡,有多种负载均衡策略可供选择,可以配合服务发现和断路器使用。
官方文档地址:
github地址https://github.com/Netflix/ribbon
Turbine
Turbine是聚合服务器发送事件流数据的一个工具,用来监控集群下hystrix的metrics情况。
官方文档地址:
github地址https://github.com/Netflix/turbine
Feign
Feign是一种声明式、模块化的HTTP客户端。
官方文档地址:
github地址https://github.com/OpenFeign/feign
SpringCloudTask
提供云端计划任务管理,任务调度。
官方文档地址:
github地址https://github.com/spring-cloud/spring-cloud-task
SpringCloudConnectors
便于云端应用程序在各种PaaS平台连接到后端,如:数据库和消息代理服务。
官方文档地址:
Spring Cloud Connectors 中文文档 参考手册 中文版https://www.springcloud.cc/spring-cloud-connectors.html
SpringCloudCluster
提供Leadership选举,如:Zookeeper,Redis,Hazelcast,Consul等常见状态模式的抽象和实现。
官方文档地址:
github地址https://github.com/spring-attic/spring-cloud-cluster
SpringCloudStarters
SpringBoot启动项目,为SprngCloud提供开箱即用的依赖管理。
官方文档地址:
github地址https://github.com/spring-cloud/spring-cloud-stream-starters