💡 摘要
一个开源商业智能平台,让公司中的任何人都能从数据中提问、创建仪表板和嵌入分析。
🎯 适合人群
🤖 AI 吐槽: “它是商业智能的瑞士军刀,但设置起来感觉更像是在没有图示的情况下组装宜家家具。”
风险包括Web UI/数据库连接的网络暴露、数据库凭证的密钥管理以及众多驱动程序的依赖供应链。缓解措施:在具有身份验证的反向代理后运行,使用环境变量或密钥管理器管理凭证,并定期更新应用程序及其驱动程序。
Metabase
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.

Get started
The easiest way to get started with Metabase is to sign up for a free trial of Metabase Cloud. You get support, backups, upgrades, an SMTP server, SSL certificate, SoC2 Type 2 security auditing, and more (plus your money goes toward improving Metabase). Check out our quick overview of cloud vs self-hosting. If you need to, you can always switch to self-hosting Metabase at any time (or vice versa).
Key Features
- Set up in five minutes (we're not kidding).
- Let anyone on your team ask questions without knowing SQL.
- Use the SQL editor for more complex queries.
- Build handsome, interactive dashboards with filters, auto-refresh, fullscreen, and custom click behavior.
- Create models that clean up, annotate, and/or combine raw tables.
- Define canonical segments and metrics for your team to use.
- Send data to Slack or email on a schedule with dashboard subscriptions.
- Set up alerts to have Metabase notify you when your data changes.
- Embed charts and dashboards in your app, or even your entire Metabase.
- Build with the Embedded Analytics SDK for React to embed standalone components with custom styling that matches your app's design.
Take a tour of Metabase.
Supported databases
Installation
Metabase can be run just about anywhere. Check out our Installation Guides.
Contributing
Quick Setup: Dev environment
In order to spin up a development environment, you need to start the front end and the backend as follows:
Frontend quick setup
The following command will install the JavaScript dependencies:
yarn install
To build and run without watching changes:
yarn build
To build and run with hot-reload:
yarn build-hot
Backend quick setup
To run the backend, you'll need to build the drivers first, and then start the backend:
./bin/build-drivers.sh clojure -M:run
For a more detailed setup of a dev environment for Metabase, check out our Developers Guide.
Internationalization
We want Metabase to be available in as many languages as possible. See which translations are available and help contribute to internationalization using our project over at Crowdin. You can also check out our policies on translations.
Extending Metabase
Hit our Query API from JavaScript to integrate analytics. Metabase enables your application to:
- Build moderation interfaces.
- Export subsets of your users to third party marketing automation software.
- Provide a custom customer lookup application for the people in your company.
Check out our guide, Working with the Metabase API.
Security Disclosure
See SECURITY.md for details.
License
This repository contains the source code for both the Open Source edition of Metabase, released under the AGPL, as well as the commercial editions of Metabase, which are released under the Metabase Commercial Software License.
See LICENSE.txt for details.
Unless otherwise noted, all files © 2026 Metabase, Inc.
Community
Metabase Experts
If you’d like more technical resources to set up your data stack with Metabase, connect with a Metabase Expert.
优点
- 为非技术人员提供低代码/无代码界面
- 广泛的数据库和嵌入支持
- 强大的社区和商业支持
- 灵活的部署选项(云/自托管)
缺点
- 自托管需要基础设施管理
- 高级功能可能需要付费计划
- 自定义部署的初始设置复杂
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 metabase.
