All Products
Search
Document Center

PolarDB:Age Viewer

Last Updated:Sep 16, 2025

The AGE project provides a graph visualization tool for query results.

Visualization tool download address

Age Viewer for PolarDB: age-viewer_20250718.tar.gz

Usage

Note

To run Age Viewer, you must install Docker on the server. For more information, see Install and use Docker and Docker Compose.

  1. You can download the visualization tool and upload it to the server.

  2. Load the image.

    docker load < age-viewer.tar.gz
  3. Create a container and run it in the background.

    docker run -d --name age-viewer -p <host-port>:3000 age-viewer

    The host-port parameter specifies the port on the host. You can set this port as required. If a whitelist or firewall is configured on the host, you must allow traffic through this port.

  4. Access Age Viewer from a browser at the specified host and port.

    http://<host>:<host-port>

    image