All 225 Dependencies
Every package Metabase depends on, ranked by repo health score.
Metabase is an open-source Business Intelligence platform that empowers every team member — not just data analysts — to explore data, create visualizations, and share insights without writing a single line of SQL. Its visual query builder transforms drag-and-drop selections into queries executed across more than 20 supported databases, while Metabot, the built-in AI assistant, lets users ask questions in plain English and receive trusted, reproducible answers backed by real database queries.
The platform is built around a semantic query layer called MBQL (Metabase Query Language), an EDN-based intermediate representation that abstracts over all connected data sources. This enables cross-database features like nested queries, implicit joins, and field-level fingerprinting that auto-classifies timestamps, categories, URLs, and IDs to intelligently suggest the right visualization type without manual configuration.
For SaaS companies, Metabase's embedding capabilities stand out: a React SDK and iframe embedding mode share the same permission and session model, enabling customer-facing dashboards with per-row data isolation from a single Metabase instance. The Data Studio layer allows teams to define canonical metrics, transform raw tables into analytics-ready models, and track downstream dependencies — bringing data modeling and BI into one interface.
Self-hosting is straightforward — a single JAR or Docker image with H2 bundled for quick starts and PostgreSQL/MySQL recommended for production. Releases ship on a weekly cadence with long-term support tracks maintained in parallel, and the official Metabase Cloud option offloads all operational concerns for teams who prefer managed infrastructure.