All Products
Search
Document Center

Hologres:Redash

Last Updated:Mar 26, 2026

Redash is an open source Business Intelligence (BI) tool for data visualization, with built-in support for alerts and subscriptions. Because Hologres is PostgreSQL-compatible, you can connect Redash directly using the PostgreSQL driver. This topic shows you how to add Hologres as a data source in Redash and run your first visualization.

Prerequisites

Before you begin, ensure that you have:

Gather connection details

Before configuring Redash, collect the following values from the Hologres console. On the instance details page, find the values in the Network Information section.

Parameter Description
Host Public endpoint of the Hologres instance
Port Port of the Hologres instance
Database Name Name of the database to connect to
User Your Alibaba Cloud AccessKey ID
Password Your Alibaba Cloud AccessKey secret

Connect Redash to Hologres

  1. Log on to Redash. In the upper-right corner, click the 设置 icon and select Data Sources.

    data source

  2. Go to the New Data Source tab and click +New Data Source.

    Add data source

  3. Under Type Selection, search for and select PostgreSQL. Under Configuration, enter the connection details you gathered, then click Create. Hologres uses the PostgreSQL driver because it is PostgreSQL-compatible.

    Configure data source

Query and visualize data

  1. At the top of the page, choose Create > New Query. Write your SQL statement in the editor.

    New query

  2. After writing the SQL statement, create a visualization chart.

    Visualization chart

For more information about queries and visualizations, see the official Redash documentation.