OpenMetadata
ActiveDescription
OpenMetadata is a unified metadata platform for data and AI, providing data asset discovery, lineage, governance, and agent context retrieval capabilities.
Key Features
- Unified metadata model — One-stop management of tables, columns, metrics, dashboards, pipelines, and ML models
- Automatic lineage — End-to-end data lineage across databases, BI tools, and orchestration platforms
- Data quality SLA — Built-in data quality testing framework with rules, SLA alerts, and failure tracking
- Data asset discovery — Full-text and column-level search so agents can find the right tables and columns as context
- Collaboration and governance — Glossary, tags, classifications, RBAC, and audit logs
- Agent / LLM integration — Provides APIs and metadata embeddings to feed data catalog context to agents
Use Cases
Categories
Quick Start
git clone https://github.com/open-metadata/OpenMetadata
cd OpenMetadata
docker compose -f docker/docker-compose-quickstart/docker-compose.yml up -d
# Visit http://localhost:8585 and log in with admin@openmetadata.org / admin
# Use the Python SDK to ingest a metadata entity
pip install openmetadata-ingestion