https://github.com/linkedin/datahub-gma
General Metadata Architecture
https://github.com/linkedin/datahub-gma
datahub linkedin metadata
Last synced: about 2 months ago
JSON representation
General Metadata Architecture
- Host: GitHub
- URL: https://github.com/linkedin/datahub-gma
- Owner: linkedin
- License: apache-2.0
- Created: 2020-09-14T19:10:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T16:14:04.000Z (2 months ago)
- Last Synced: 2025-08-11T18:20:40.372Z (2 months ago)
- Topics: datahub, linkedin, metadata
- Language: Java
- Homepage:
- Size: 34.4 MB
- Stars: 127
- Watchers: 15
- Forks: 58
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- jimsghstars - linkedin/datahub-gma - General Metadata Architecture (Java)
README
# General Metadata Architecture
[](https://github.com/linkedin/datahub-gma/releases/)
[](https://github.com/linkedin/datahub-gma/actions?query=workflow%3A%22build+%26+test%22+branch%3Amaster+event%3Apush)
[](https://codecov.io/gh/linkedin/datahub-gma)
[](https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA)
[](https://github.com/linkedin/datahub-gma/blob/master/docs/CONTRIBUTING.md)
[](LICENSE)---
[Documentation](#documentation) | [Roadmap](docs/roadmap.md) | [FAQ](docs/faq.md)
---
> 📣 We've moved from Bintray to [Artifactory](https://linkedin.jfrog.io/artifactory/datahub-gma/)!
>
> As of version [0.2.45](https://github.com/linkedin/datahub-gma/releases/tag/v0.2.45), we are only publishing versions
> to LinkedIn's Artifactory instance rather than Bintray, which is approaching end of life.## Introduction
General Metadata Architecture (GMA) is the backend for [DataHub](https://github.com/linkedin/datahub), LinkedIn's
generalized metadata search & discovery tool. To learn more about DataHub, check out its
[GitHub page](https://github.com/linkedin/datahub).You should also visit [GMA Architecture](docs/architecture/architecture.md) to get a better understanding of how GMA is
implemented.This repository contains the _partial_ source code for GMA. It originally lived in the same GitHub repository as
DataHub. We're still in the process of moving it all over.## Documentation
- [GMA Developer's Guide](docs/developers.md)
- [GMA Architecture](docs/architecture/architecture.md)## Releases
See [Releases](https://github.com/linkedin/datahub-gma/releases) page for more details. We follow the
[SemVer Specification](https://semver.org) when versioning the releases and adopt the
[Keep a Changelog convention](https://keepachangelog.com/) for the changelog format.## FAQs
Frequently Asked Questions about DataHub can be found [here](docs/faq.md).
## Features & Roadmap
Check out GMA's [Features](docs/features.md) & [Roadmap](docs/roadmap.md).
## Contributing
We welcome contributions from the community. Please refer to our [Contributing Guidelines](docs/CONTRIBUTING.md) for
more details. We also have a [contrib](contrib) directory for incubating experimental features.## Community
Join our [slack workspace](https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA) for
discussions and important announcements.