Skip to content

Commit

Permalink
Update gms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Jan 16, 2020
1 parent 237c709 commit bb24577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/what/gms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# What is Generalized Metadata Service (GMS)?

Metadata for entities [onboarded](../how/entity-onboarding.md) to [GMA](gma.md), such as a `dataset` and `user`, 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).
Metadata for [entities](entity.md) [onboarded](../how/entity-onboarding.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).

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 cenetralized GMS ([datahub-gms](../../gms)) that serves all entities.
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 cenetralized GMS ([datahub-gms](../../gms)) that serves all entities.

0 comments on commit bb24577

Please sign in to comment.