Skip to content

mhchlib/mconfig

Repository files navigation

mconfig

中文|English

a lightweight distributed configuration center

mconfig

Related

Name Intro
mconfig-admin mconfig admin back end
mconfig-api mconfig server rpc api
mconfig-go-sdk mconfig go sdk
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
Design design

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.