2020-02-04 06:14:36 -08:00
2020-02-03 11:50:29 -08:00
2020-02-04 06:14:36 -08:00
2019-12-13 15:12:50 -08:00
2019-09-02 18:36:18 -07:00
2020-01-24 17:38:14 -08:00
2017-07-30 11:07:14 -07:00
2015-11-19 14:39:21 -08:00
2020-01-30 14:02:32 -08:00
2019-09-05 10:53:55 -07:00

DataHub

Build Status Gitter PRs Welcome

DataHub

Introduction

DataHub is LinkedIn's generalized metadata search & discovery tool. To learn more about DataHub, check out our LinkedIn blog post and Strata presentation. You should also visit DataHub Architecture to get a better understanding of how DataHub is implemented and DataHub Onboarding Guide to understand how to extend DataHub for your own use case. This repository contains the complete source code to be able to build DataHub's frontend & backend services.

Quickstart

  1. Install docker and docker-compose.
  2. Clone this repo.
  3. Run below command to download and run all Docker containers in your local:
cd docker/quickstart && docker-compose pull && docker-compose up --build
  1. After you have all Docker containers running in your machine, run below command to ingest provided sample data to DataHub:
./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat

Note: Make sure that you're using Java 8, we have a strict dependency to Java 8 for build.

  1. Finally, you can start DataHub by typing http://localhost:9001 in your browser. You can sign in with datahub as username and password.

Refer to debugging guide if you have issues in any of the above steps.

Releases

Roadmap

  1. Kubernetes for container orchestration
  2. Deploy DataHub to Azure Cloud
Description
The Metadata Platform for your Data and AI Stack
Readme Apache-2.0 1.3 GiB
Languages
Java 40%
Python 29.1%
TypeScript 29.1%
JavaScript 1%
Shell 0.2%
Other 0.3%