The Metadata Store is responsible for storing the [Entities & Aspects](https://docs.datahub.com/docs/metadata-modeling/metadata-model/) comprising the Metadata Graph. This includes
exposing an API for [ingesting metadata](https://docs.datahub.com/docs/metadata-service#ingesting-entities), [fetching Metadata by primary key](https://docs.datahub.com/docs/metadata-service#retrieving-entities), [searching entities](https://docs.datahub.com/docs/metadata-service#search-an-entity), and [fetching Relationships](https://docs.datahub.com/docs/metadata-service#get-relationships-edges) between
Metadata Models are schemas defining the shape of the Entities & Aspects comprising the Metadata Graph, along with the relationships between them. They are defined
using [PDL](https://linkedin.github.io/rest.li/pdl_schema), a modeling language quite similar in form to Protobuf while serializes to JSON. Entities represent a specific class of Metadata
Asset such as a Dataset, a Dashboard, a Data Pipeline, and beyond. Each _instance_ of an Entity is identified by a unique identifier called an `urn`. Aspects represent related bundles of data attached
to an instance of an Entity such as its descriptions, tags, and more. View the current set of Entities supported [here](https://docs.datahub.com/docs/metadata-modeling/metadata-model#exploring-datahubs-metadata-model).
Snowflake, Looker, MySQL, Kafka), transforming it into DataHub's [Metadata Model](https://docs.datahub.com/docs/metadata-modeling/metadata-model/), and writing it into DataHub via
either Kafka or using the Metadata Store Rest APIs directly. DataHub supports an [extensive list of Source connectors](https://docs.datahub.com/docs/metadata-ingestion/#installing-plugins) to choose from, along with
The [GraphQL](https://graphql.org/) API provides a strongly-typed, entity-oriented API that makes interacting with the Entities comprising the Metadata
Graph simple, including APIs for adding and removing tags, owners, links & more to Metadata Entities! Most notably, this API is consumed by the User Interface (discussed below) for enabling Search & Discovery, Governance, Observability
DataHub comes with a React UI including an ever-evolving set of features to make Discovering, Governing, & Debugging your Data Assets easy & delightful.
Learn more about the specifics of the [DataHub Architecture](./architecture/architecture.md) in the Architecture Overview. Learn about using & developing the components
We want to hear from you! For any inquiries, including Feedback, Questions, or Concerns, reach out on [Slack](https://datahubspace.slack.com/join/shared_invite/zt-nx7i0dj7-I3IJYC551vpnvvjIaNRRGw#/shared-invite/email)!