GraphTraversal works in Java but not in Python #4126
Unanswered
sharma-kunal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
GraphBinary serializer doesn't work for python driver, as python driver is not natively supported by JanusGraph. That being said, it would work if you use GraphSON serializer on your server side:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Janusgraph Server hosted on a machine and I want to traverse all the edges of a vertex.
I am using GraphTraversal in Java as shown below,
and it works fine, without any issues, now I want to do this in Python, but it is not working in Python, below is the code I am using in Python
But it fails with the below error,
Beta Was this translation helpful? Give feedback.
All reactions