Skip to content
/ dconf Public

Configuration Management Service based on Etcd

Notifications You must be signed in to change notification settings

gwtony/dconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dconf

A config management service

Modules

  • dcserver: config manage api server, config file will be published with http api (README)
  • dcagent: config agent, client can get config from dcagent with http api (README)
  • etcd: config storage backend

Architecture

       publish config(http api)
         /
     dcserver
        |
       etcd
        |
     dcagent-(optional persistent)
        | get config(http api)
      client

About

Configuration Management Service based on Etcd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages