Adding DISCLAIMER File
1 file changed
tree: 29bc329d440a4982f16e7d8cefd95ad44c4dc4fc
  1. .github/
  2. backend/
  3. frontend/
  4. .asf.yaml
  5. .dockerignore
  6. .gitattributes
  7. .gitignore
  8. DISCLAIMER
  9. docker-entrypoint.sh
  10. Dockerfile
  11. ecosystem.config.js
  12. LICENSE
  13. package.json
  14. README.md
README.md

PRs Welcome

Goal of Apache AGE Viewer (Incubating)

Apache AGE Viewer(Incubating) is graph visualisation tool, for Apache AGE(Incubating). This is a sub-project of the Apache AGE (incubating) project.

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
npm run build-back
pm2 stop ag-viewer-develop
pm2 delete ag-viewer-develop
pm2 start ecosystem.config.js

License

Apache AGE Viewer(Incubating) is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.