February 12, 2020

546 words 3 mins read

linkedin/datahub

linkedin/datahub

A Generalized Metadata Search & Discovery Tool

repo name linkedin/datahub
repo link https://github.com/linkedin/datahub
homepage
language TypeScript
size (curr.) 26558 kB
stars (curr.) 1780
created 2015-11-18
license Apache License 2.0

DataHub: A Generalized Metadata Search & Discovery Tool

Version Build Status Get on Slack PRs Welcome License

DataHub

:mega: Next DataHub town hall meeting on March 20th, 9am-10am PDT:

:sparkles:Mar 2020 Update:

  • We’re on Slack now! Ask questions and keep up with the latest announcement.

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 for both DataHub’s frontend & backend. You can also read about how we sync the changes between our the internal fork and GitHub.

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. Open Docker either from the command line or the Desktop app and ensure it is up and running.
  3. Clone this repo and cd into the root directory for the cloned repository.
  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 verify if 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.

Documents

Releases

See Releases page for more details.

Features & Roadmap

Check out DataHub’s Features & Roadmap.

Contributing

We welcome contributions from the community. Please refer to the guidelines for more details. We also have a contrib directory for incubation.

Community

Join our slack channel for important discussions and announcements. You can also find out more about our past and upcoming town hall meetings.

FAQs

Frequently Asked Questions about DataHub can be found here.

comments powered by Disqus