mconfig

所属分类:其他
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2022-01-23 10:27:40
上 传 者sh-1993
说明:  轻量级分布式配置中心
(a lightweight distributed configuration center)

文件列表:
Dockerfile (87, 2022-01-23)
LICENSE (11339, 2022-01-23)
Makefile (1001, 2022-01-23)
TODO (0, 2022-01-23)
cmd/ (0, 2022-01-23)
cmd/mconfig-server/ (0, 2022-01-23)
cmd/mconfig-server/debug.go (80, 2022-01-23)
cmd/mconfig-server/internal/ (0, 2022-01-23)
cmd/mconfig-server/internal/banner.go (869, 2022-01-23)
cmd/mconfig-server/internal/flag.go (2744, 2022-01-23)
cmd/mconfig-server/main.go (3832, 2022-01-23)
cmd/mconfig-server/plugin.go (135, 2022-01-23)
core/ (0, 2022-01-23)
core/bootstrap.go (786, 2022-01-23)
core/cache/ (0, 2022-01-23)
core/cache/cache.go (540, 2022-01-23)
core/cache/cache_general.go (1394, 2022-01-23)
core/cache/cache_lru.go (1351, 2022-01-23)
core/cache/cache_lru_test.go (75, 2022-01-23)
core/cache/cache_test.go (85, 2022-01-23)
core/cache/error.go (119, 2022-01-23)
core/client/ (0, 2022-01-23)
core/client/bus.go (678, 2022-01-23)
core/client/client.go (4350, 2022-01-23)
core/client/client_test.go (15, 2022-01-23)
core/client/clientset.go (1320, 2022-01-23)
core/client/event.go (2242, 2022-01-23)
core/client/relation.go (5319, 2022-01-23)
core/config/ (0, 2022-01-23)
core/config/cache.go (6458, 2022-01-23)
core/config/config.go (94, 2022-01-23)
core/config/config_test.go (15, 2022-01-23)
core/config/event.go (1608, 2022-01-23)
core/cron/ (0, 2022-01-23)
core/cron/cron.go (635, 2022-01-23)
core/env/ (0, 2022-01-23)
core/env/env.go (285, 2022-01-23)
core/event/ (0, 2022-01-23)
... ...

# mconfig [中文](https://github.com/mhchlib/mconfig/blob/master/docs/zh/README.md)|English > a lightweight distributed configuration center ![mconfig](https://github.com/mhchlib/mconfig/blob/master/docs/img/mconfig.png) ### Related | Name | Intro | | ------------------------------------------------------------ | ----------------------- | | [mconfig-admin](https://github.com/mhchlib/mconfig/blob/master/https://github.com/mhchlib/mconfig-admin) | mconfig admin back end | | [mconfig-api](https://github.com/mhchlib/mconfig/blob/master/https://github.com/mhchlib/mconfig-api) | mconfig server rpc api | | [mconfig-go-sdk](https://github.com/mhchlib/mconfig/blob/master/https://github.com/mhchlib/mconfig-go-sdk) | mconfig go sdk | | [mconfig-admin-front](https://github.com/mhchlib/mconfig/blob/master/https://github.com/mhchlib/mconfig-admin-front) | mconfig admin front end | ### Motivation I need a lightweight, easy-to-use and stable distributed configuration center, but I don't want it to affect the performance of my app too much. Although there are many open source configuration centers out there, few have been written in Golang, so I wanted to give it a try. ### Feature * Writing By Golang * Lightweight * Support Namespaces * Support Limited Gray Publish * Storage Pluggable * Stable ### Documents | Intro | Doc | | ----- | ---------------------- | | Start | [start](https://github.com/mhchlib/mconfig/blob/master/docs/start.md) | | Design | [design](https://github.com/mhchlib/mconfig/blob/master/docs/design.md) | ### About Me A person who loves to write code. If you want to connect me, you can send a mail. ### LICENSE Copyright 2020 chenhao hu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

近期下载者

相关文件


收藏者