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.
You can download the visualization tool and upload it to the server.
Load the image.
docker load < age-viewer.tar.gzCreate a container and run it in the background.
docker run -d --name age-viewer -p <host-port>:3000 age-viewerThe
host-portparameter 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.Access Age Viewer from a browser at the specified host and port.
http://<host>:<host-port>