Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 601 Bytes

gremlin-notes.md

File metadata and controls

27 lines (19 loc) · 601 Bytes

pipenv install git+https://github.com/invanalabs/invana-py.git@dev#egg=invana

docker run --restart always --name janusgraph-instance-1 -d -p 8182:8182 janusgraph/janusgraph
docker run --restart always --name janusgraph-test-instance-1 -d -p 8184:8182 janusgraph/janusgraph
docker  exec  -it janusgraph-instance-1 ./bin/gremlin.sh
:remote connect tinkerpop.server conf/remote.yaml session
:remote console
:remote config timeout none
:remote config timeout 800000
GraphOfTheGodsFactory.load(graph)
mgmt = graph.openManagement()
mgmt.printSchema()