CntChen / cntchen.github.io

CntChen Blog
https://github.com/CntChen/cntchen.github.io/issues
732 stars 64 forks source link

Configuration Management System Compare #12

Open CntChen opened 6 years ago

CntChen commented 6 years ago

Configuration Management System Compare

背景

做个表格对比现在业界现有的配置管理系统.

Table

名称 语言 / 框架 介绍 特点
ACM(阿里云) 云服务 在微服务、DevOps、大数据等场景下极大地减轻配置管理的工作量 云服务, 实时推送, 版本管理
Apollo(携程) Spring Boot 和 Spring Cloud 分布式配置中心, 适用于微服务配置场景 配置实时生效,客户端支持 Java、.Net
Disconf(百度) SpringMvc Distributed Configuration Management Platform(分布式配置管理平台) 配置实时生效
Spring Cloud Config Spring Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system Git 来存储配置信息
Etcd(CoreOS) go Distributed reliable key-value store for the most critical data of a distributed system gRPC, Secure

References

EOF