All Projects → yunify → metad

yunify / metad

Licence: Apache-2.0 license
Metad is a metadata server, support self semantic.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to metad

cdk-py-k8s-the-real-hard-way-aws
Python CDK code for "Kubernetes The (real) Hard Way (AWS)"
Stars: ✭ 14 (-81.82%)
Mutual labels:  etcd
hasura-sdk
Hasura Schema & Metadata Typescript SDK
Stars: ✭ 21 (-72.73%)
Mutual labels:  metadata
pipm
Python dependency management workflow using setup.cfg and requirements files without reinventing the wheels
Stars: ✭ 30 (-61.04%)
Mutual labels:  metadata
e2d
gossip-based etcd manager
Stars: ✭ 30 (-61.04%)
Mutual labels:  etcd
YouTube-MA
💾 YouTube video metadata archiver written in Golang
Stars: ✭ 17 (-77.92%)
Mutual labels:  metadata
MetadataRemover
Android App to remove images' metadata
Stars: ✭ 42 (-45.45%)
Mutual labels:  metadata
hbase-meta-repair
Repair hbase metadata table from hdfs.
Stars: ✭ 36 (-53.25%)
Mutual labels:  metadata
rollup-plugin-sizes
Rollup plugin to display bundle contents & size information
Stars: ✭ 77 (+0%)
Mutual labels:  metadata
wx relay server
微信公众号第三方平台中继服务器,用于刷新公众号平台自身的token和托管的公众号token, 使开发者只关注微信公众号第三方平台的业务逻辑,同时业务实例可以反复重启,不会对已托管的公众号造成任何影响
Stars: ✭ 41 (-46.75%)
Mutual labels:  etcd
unfurl
Extract rich metadata from URLs
Stars: ✭ 41 (-46.75%)
Mutual labels:  metadata
kerrigan
基于Tornado实现的一套配置中心,可基于分项目、环境管理配置,语法高亮、对比历史版本、快速回滚等,并提供Restful风格的API
Stars: ✭ 57 (-25.97%)
Mutual labels:  confd
data-profiling
a set of scripts to pull meta data and data profiling metrics from relational database systems
Stars: ✭ 57 (-25.97%)
Mutual labels:  metadata
goexif2
MAINTAINER WANTED -- Decode embedded EXIF meta data from image files written in Pure Golang
Stars: ✭ 35 (-54.55%)
Mutual labels:  metadata
grpclb
A gRPC load balancer and service discovery for go
Stars: ✭ 22 (-71.43%)
Mutual labels:  etcd
geoflow
R engine to orchestrate and run (meta)data workflows
Stars: ✭ 28 (-63.64%)
Mutual labels:  metadata
islandora vagrant
Islandora testing and development environment
Stars: ✭ 36 (-53.25%)
Mutual labels:  metadata
envoke
A demo client-side application for persisting music metadata and rights to BigchainDB/IPDB.
Stars: ✭ 17 (-77.92%)
Mutual labels:  metadata
metadata-one-liners
retrive metadata endpoint data with these one liners.
Stars: ✭ 38 (-50.65%)
Mutual labels:  metadata
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (-50.65%)
Mutual labels:  metadata
exempi
Exempi: XMP SDK (freedesktop mirror)
Stars: ✭ 19 (-75.32%)
Mutual labels:  metadata

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].