document - What is the correct way to create a Graph In ArangoDB -
i'm newbie in arangodb . i'm using version 3.1.25
i have 2 files 1 in form of documents , other imported edge collection in order graph operation such traversal, shortest path . found need create graph . here documents schema
{"reference":"9606.ensp00000377461;","entry":"q3lic1"}
and edge schema
{"id":"8075502","_from":"p1/9606.ensp00000361446","_to":"p2/9606.ensp00000223073","s":315}
doing : empty graph result mising ?
any appreciated thank
Comments
Post a Comment