Skip to content

chilianyi/metad

 
 

Repository files navigation

metad

English|中文

Build Status Gitter

metad is a metadata server support the following features:

  • self semantic support. metad keep a mapping of IP and metadata, client direct request "/self", will get the metadata of current node. mapping settings is store to backend.
  • metadata backend support etcd (TODO support more).
  • support metadata local cache, so it can be used as a proxy to reducing the request pressure of backend (etcd).
  • api out format support json/yaml/text,and is metadata/developer friendly data structure.
  • support as confd's backend.
  • support metadata access rule define.

Installation

You can download the latest release from GitHub

Getting Started

Next steps

Check out the docs directory for more docs.

About

fork from https://github.com/yunify/metad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.8%
  • Shell 1.8%
  • Makefile 1.1%
  • Dockerfile 0.3%