Skip to content

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

License

Notifications You must be signed in to change notification settings

bitnine-oss/incubator-age-viewer

 
 

Repository files navigation

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.

About

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.1%
  • CSS 4.1%
  • SCSS 1.4%
  • HTML 0.5%
  • ANTLR 0.4%
  • Dockerfile 0.3%
  • Shell 0.2%