Skip to content

Tool to visualize local graph databases in using the gremlin-query language

License

Notifications You must be signed in to change notification settings

eudoroolivares2016/graph-vizual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphViz

This repo is to visualize graph-database data in a nice Ui features are to search the graph database, a query helper to build searches for those less familiar with the gremlin graph query language the ability to manipulate the labels of the graph database, as well as saving out query histories

Dependencies

Node.js Express REACT gremlin-server

Usage

To retrieve data from a gremlin-server you need to have it running the most simple way is to run it through docker:

docker run --rm -it -p 8182:8182 tinkerpop/gremlin-server

npm install --force to get the dependencies

npm start to boot up the react app

About

Tool to visualize local graph databases in using the gremlin-query language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published