datahub/docs/what/gms.md

6 lines
552 B
Markdown
Raw Permalink Normal View History

2020-01-15 22:50:56 -08:00
# What is Generalized Metadata Service (GMS)?
Metadata for [entities](entity.md) [onboarded](../modeling/metadata-model.md) to [GMA](gma.md) is served through microservices known as Generalized Metadata Service (GMS). GMS typically provides a [Rest.li](http://rest.li) API and must access the metadata using [GMA DAOs](../architecture/metadata-serving.md).
2019-12-19 17:23:48 -08:00
2023-09-14 11:34:21 +09:00
GMA is designed to support a distributed fleet of GMS, each serving a subset of the [GMA graph](graph.md). However, for simplicity we include a single centralized GMS that serves all entities.