https://github.com/r21gh/config-manager
config manager for microservices
https://github.com/r21gh/config-manager
Last synced: 3 months ago
JSON representation
config manager for microservices
- Host: GitHub
- URL: https://github.com/r21gh/config-manager
- Owner: r21gh
- License: mit
- Created: 2019-04-01T22:29:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T16:07:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T07:27:20.165Z (4 months ago)
- Language: Go
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Config Manager
[](https://goreportcard.com/report/github.com/CarpinoTaxi/config-manager)
This is a lightweight, open source config manager and discovery management platform tha enables you to control your microservice environments from a single file. It will watch over changes and reloads the config every n seconds.
Go version 1.7 is required to build `master`, the current
development version. This project is officially supported on `linux/amd64`,
`linux/i386` and `linux/arm64`.Tests are run against both Go versions 1.9 & 1.10, however at present, only Go 1.9 is officially supported.
## What is a Config Manager?
Config server can be treated as a remote property source. It can be backed by numerous storage providers, like Git (which is the default setting), SVN, or distributed file system. You can even have more than one storage at the same time. With Git we can easily manage configuration files for any application and any environment. Moreover, we gain access control, which means we can decide who can modify particular files (for example restricting access to production properties). We also have full traceability - we know who changed what, and when, and we can easily revert those changes.
### License
please see [LICENSE.md](LICENSE.md) for a full version of the license.### Contributing
For more information about contributing PRs and issues, see [CONTRIBUTING.md](CONTRIBUTING.md).