moensch / confmgr

Minimalist key-value store REST front-end supporting configuration management needs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confmgr

Build Status

confmgr is a minimalist key-value store REST front-end supporting configuration management needs. It uses Redis as its primary back end.

Why not just use plain redis, I hear you ask?

confmgr supports dynamic scope-based variable lookups. You may need a different value for a config option on different containers in different data centers. confmgr can handle that.

Building

go get github.com/moensch/confmgr/cmd/confmgr

About

Minimalist key-value store REST front-end supporting configuration management needs

License:GNU General Public License v3.0


Languages

Language:Go 96.0%Language:Shell 3.2%Language:Makefile 0.8%