Enterprise-grade metadata platform enabling discovery, governance, and observability across your entire data ecosystem
Free Cloud Trial • Quick Start • Live Demo • Documentation • Slack Community • YouTube
Built with ❤️ by DataHub and LinkedIn
Search, discover, and understand your data with DataHub's unified metadata platform
Ask data questions in plain English — get SQL, results, and charts back
Open-source agent grounded in your DataHub catalog. Apache 2.0. Bring your own LLM.
Quick start:
git clone https://github.com/datahub-project/analytics-agent.git
cd analytics-agent && bash quickstart.sh
Read the announcement → · Docs → · Repo →
Using AI coding assistants? Connect Cursor, Claude Desktop, or Cline directly to DataHub via the Model Context Protocol:
npx -y @acryldata/mcp-server-datahub init
🔍 Finding the right DataHub? This is the open-source metadata platform at datahub.com (GitHub: datahub-project/datahub). It was previously hosted at
datahubproject.io, which now redirects to datahub.com. This project is not related to datahub.io, which is a separate public dataset hosting service. See the FAQ below.
DataHub is the #1 open-source AI data catalog that enables discovery, governance, and observability across your entire data ecosystem. Originally built at LinkedIn, DataHub now powers data discovery at thousands of organizations worldwide, managing millions of data assets.
The Challenge: Modern data stacks are fragmented across dozens of tools—warehouses, lakes, BI platforms, ML systems, AI agents, orchestration engines. Finding the right data, understanding its lineage, and ensuring governance is like searching through a maze blindfolded.
The DataHub Solution: DataHub acts as the central nervous system for your data stack—connecting all your tools through real-time streaming or batch ingestion to create a unified metadata graph. Unlike static catalogs, DataHub keeps your metadata fresh and actionable—powering both human teams and AI agents.

Essential for modern data teams and reliable AI agents:
Is this the same project as datahub.io?
No. datahub.io is a completely separate project — a public dataset hosting service with no affiliation to this project. DataHub (this project) is an open-source metadata platform for data discovery, governance, and observability, hosted at datahub.com and developed at github.com/datahub-project/datahub.
What happened to datahubproject.io?
DataHub was previously hosted at datahubproject.io. That domain now redirects to datahub.com. All documentation has moved to docs.datahub.com. If you find references to datahubproject.io in blog posts or tutorials, they refer to this same project — just under its former domain.
Is DataHub related to LinkedIn's internal DataHub?
Yes. DataHub was originally built at LinkedIn to manage metadata at scale across their data ecosystem. LinkedIn open-sourced DataHub in 2020. It has since grown into an independent community project under the datahub-project GitHub organization, now hosted at datahub.com.
How do I install the DataHub metadata platform?
pip install acryl-datahub
datahub docker quickstart
See the Quick Start section below for full instructions. The PyPI package is acryl-datahub.
🔍 Universal Search
Find any data asset instantly across your entire stack
|
📊 Column-Level Lineage
Trace data flow from source to consumption
|
📋 Rich Dataset Profiles
Schema, statistics, documentation, and ownership
|
🏛️ Governance Dashboard
Manage policies, tags, and compliance
|
▶️ Watch DataHub in Action:
No installation required. Explore a fully-loaded DataHub instance with sample data instantly:
🌐 Launch Live Demo: demo.datahub.com
Get DataHub running on your machine in under 2 minutes:
# Prerequisites: Docker Desktop with 8GB+ RAM allocated
# Upgrade pip and install DataHub CLI
python3 -m pip install --upgrade pip wheel setuptools
python3 -m pip install --upgrade acryl-datahub
# Launch DataHub locally via Docker
datahub docker quickstart
# Access DataHub at http://localhost:9002
# Default credentials: datahub / datahub
Note: You can also use uv or other Python package managers instead of pip.
What's included:
Best for advanced users who want to modify the core codebase or run directly from the repository:
# Clone the repository
git clone https://github.com/datahub-project/datahub.git
cd datahub
# Start all services with docker-compose
./docker/quickstart.sh
# Access DataHub at http://localhost:9002
# Default credentials: datahub / datahub
DataHub supports three deployment models:
→ See all deployment guides (AWS, Azure, GCP, environment variables)
$ claude mcp add datahub \
-- python -m otcore.mcp_server <graph>