config-center-server

liubing dd9b0e2c03 constraint python engine 2 лет назад
app dd9b0e2c03 constraint python engine 2 лет назад
cmd c5f0213253 apollo auth 2 лет назад
common c5f0213253 apollo auth 2 лет назад
config dd9b0e2c03 constraint python engine 2 лет назад
database 736b532527 app api; namespace api 2 лет назад
docs dd9b0e2c03 constraint python engine 2 лет назад
examples 736b532527 app api; namespace api 2 лет назад
pkg dd9b0e2c03 constraint python engine 2 лет назад
scripts dd9b0e2c03 constraint python engine 2 лет назад
static 7b37088f47 ignore upload file 2 лет назад
template 736b532527 app api; namespace api 2 лет назад
test c5f0213253 apollo auth 2 лет назад
.gitignore dd9b0e2c03 constraint python engine 2 лет назад
Dockerfile 736b532527 app api; namespace api 2 лет назад
LICENSE.md 736b532527 app api; namespace api 2 лет назад
Makefile c5f0213253 apollo auth 2 лет назад
README.md dd9b0e2c03 constraint python engine 2 лет назад
VERSION 736b532527 app api; namespace api 2 лет назад
_config.yml 736b532527 app api; namespace api 2 лет назад
go.mod c5f0213253 apollo auth 2 лет назад
go.sum c5f0213253 apollo auth 2 лет назад
main.go 736b532527 app api; namespace api 2 лет назад
sqlite3.db 736b532527 app api; namespace api 2 лет назад
version.go 736b532527 app api; namespace api 2 лет назад

README.md

config-center-server

配置管理中心

中心化配置管理服务

features

  • 配置下发
  • 服务器重启、健康检查
  • 配置历史、回滚

任务下发执行

  • mysql持久化
  • 周期任务保底
  • 进程内通信加快通知速度
  • 任务结果源文件落地
  • 结果解析可以由前端请求来触发