All Products
Search
Document Center

Hologres:Metabase

Last Updated:Mar 25, 2026

Metabase is an open source business intelligence (BI) tool that lets you query data, run analytics, and visualize results as charts and graphs. Because Hologres is compatible with PostgreSQL, you can connect Metabase directly to a Hologres instance and build dashboards on your data.

Before you begin

Collect the following information before opening Metabase. Having these details ready prevents interruptions during the connection steps.

InformationWhere to find it
Hologres public endpoint (Host)Network Information section on the instance details page of the Hologres console
Hologres portSame location as the endpoint above
Hologres database nameInstance details page of the Hologres console
Alibaba Cloud AccessKey IDCreate an AccessKey pair
Alibaba Cloud AccessKey secretSame page as the AccessKey ID above

You must also have Metabase installed. See the official Metabase documentation for installation instructions.

Note When Metabase connects to Hologres and reads the database metadata, it automatically filters out schemas that contain no tables. Those schemas do not appear in the data list.

Connect Metabase to Hologres

  1. Log on to Metabase. In the upper-right corner of the top navigation bar, click the 设置 icon, and then click Administrator.管理员

  2. At the top of the Metabase Admin page, click Database. In the upper-right corner, click Add database.添加数据库

  3. Configure the connection parameters using the information you collected, and then click Save.参数配置

    ParameterDescription
    Database typeSelect PostgreSQL.
    HostThe public endpoint of the Hologres instance.
    PortThe port of the Hologres instance.
    Database nameThe name of the Hologres database.
    UsernameYour Alibaba Cloud AccessKey ID.
    PasswordYour Alibaba Cloud AccessKey secret.
    More parametersSee the official Metabase documentation for additional options.

Analyze data in Hologres

After the connection is established, you can query and visualize Hologres data directly in Metabase. For guidance on building questions, dashboards, and reports, see the official Metabase documentation.