针对AnalyticDB for mysql 分析数据库编译的metabase版本,AnalyticDB for mysql 不兼容 mariadb-connector-j 驱动程序,找阿里无解的情况下,修改了mariadb-connector-j驱动,主要是修改了AnalyticDB for mysql 不支持的类型,然后重新编译打包,使用上和官方用法一样。
docker image 地址:https://hub.docker.com/r/zhoujunhe/metabase
打包版本地址:https://github.com/zhoujunhe/metabase/releases
经过和阿里云的多次沟通,阿里云也在积极收集问题和改进,目前大部份数据库类型和语法都兼容了,后续不在更新AnalyticDB for mysql 的版本进行编译了,在配置连接AnalyticDB for mysql注意加额外连接参数tinyInt1isBit=false
,如下图:
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.
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).
- 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.
Take a tour of Metabase.
Metabase can be run just about anywhere. Check out our Installation Guides.
In order to spin up a development environment, you need to start the front end and the backend as follows:
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
In order 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.
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 POEditor. You can also check out our policies on translations.
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.
See SECURITY.md for details.
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 © 2025 Metabase, Inc.
If you’d like more technical resources to set up your data stack with Metabase, connect with a Metabase Expert.
对MySQL/MariaDB 驱动时行了修改,主要兼容adb 不支持无符号类型对发送邮件进行宽屏显示修改了对adb 不支持的语句