Apache AGE Viewer(Incubating) is graph visualisation tool, for Apache AGE(Incubating). This is a sub-project of the Apache AGE (incubating) project.
- node js 14.16.0
- npm install pm2
docker run \
--publish=3001:3001 \
--name=agviewer \
bitnine/agviewer:latest
npm run setup
npm run start
npm run setup-backend
npm run build-front
npm run build-back
pm2 stop ag-viewer-develop
pm2 delete ag-viewer-develop
pm2 start ecosystem.config.js
Apache AGE Viewer(Incubating) is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.