年龄观看者安装指南
#postgres #database #apache #agedb

年龄视图器是一个Web应用程序,允许用户可视化存储在图形数据库中的数据。

解决依赖性

运行Web应用程序的前提条件是nodejs和npm。

sudo apt install nodejs npm
or
# recommended
nvm install 14.16.0

下载和克隆

安装必要的依赖项后,我们需要下载并克隆年龄视图。

git clone https://github.com/apache/age-viewer.git

Kickstart年龄视角

使用以下命令启动年龄浏览器目录设置环境:

cd age-viewer
npm run setup
npm run start

查看器现在将在Localhost上运行。现在,将查看器与数据库服务器联系起来。输入登录所需的详细信息。

# address (default : localhost)
url: server_url;

# port_num (default 5432)
port: port_num;

# username for the database
username: username;

# password for the user
pass: password;

# database name you wanna connect to
dbname: demodb;

年龄浏览器很好。