Skip to content

kysmou/AGViewer

 
 

Repository files navigation

PRs Welcome

Goal of AGViewer

AGViewer is graph visualisation tool, for AgensGraph or Apache AGE.

Recommend Node Version & install module

  • node js 14.16.0
  • npm install pm2

How to use this image

docker run \
    --publish=3001:3001 \
    --name=agviewer \
    bitnine/agviewer:latest

How to run using command

npm run setup
npm run start

How to build using command

npm run setup-backend
npm run build-front
pm2 stop ag-viewer-develop
pm2 delete ag-viewer-develop
pm2 start ecosystem.config.js

License

AGViewer is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

Graph visualization tool for the Agens family.

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.4%
  • CSS 4.5%
  • Other 1.1%