2020-02-10 05:03:52 -08:00
2020-02-10 05:03:52 -08:00
2020-02-07 10:08:57 -08:00
2020-02-06 18:28:29 -08:00
2019-12-13 15:12:50 -08:00
2020-02-07 18:11:10 -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-02-08 06:24:04 -08:00

DataHub: A Generalized Metadata Search & Discovery Tool

Build Status License 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. Make sure to configure Docker to allocate enough hardware resources for Docker engine. Tested & confirmed config: 4 CPUs, 8GB RAM, 2GB Swap area.
  2. Clone this repo.
  3. Open Docker either from the command line or the Desktop app and ensure it is up and running then cd into the cloned datahub repo.
  4. Run below command to download and run all Docker containers in your local:
    cd docker/quickstart && docker-compose pull && docker-compose up --build
    
    This step takes long time and it might be hard to figure out when DataHub is fully up. You can refer to this guide to confirm DataHub is up and running.
  5. At this point, you should be able to start DataHub by opening http://localhost:9001 in your browser. You can sign in using datahub as both username and password. However, there is no data just yet.
  6. To ingest provided sample data to DataHub, switch to a new terminal, cd into the cloned datahub repo, and run below command:
    docker build -t ingestion -f docker/ingestion/Dockerfile . && cd docker/ingestion && docker-compose up
    
    After running this, you should be able to see sample data in DataHub.

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

Releases

See Releases page for more details.

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 GiB
Languages
Java 39.9%
Python 30.7%
TypeScript 27.5%
JavaScript 1.1%
Shell 0.2%
Other 0.4%