|
Janusgraph Export and Import using GyroWriter.writeGraph is exporting successfully but while import it throws Missing VertexID. Any other method to export as whole graph in binary form? I am using janusgraph 1.0.0 |
Answered by
li-boxuan
Jul 2, 2024
Replies: 2 comments 12 replies
|
Could you please provide the full stacktrace? This may or may not have been fixed by https://github.com/JanusGraph/janusgraph/pull/4278/files. Anyways, it's worth trying the "unreleased" version. If you use JanusGraph as a library we do publish a version for every commit on main. |
2 replies
Answer selected by
angu2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you please provide the full stacktrace?
This may or may not have been fixed by https://github.com/JanusGraph/janusgraph/pull/4278/files. Anyways, it's worth trying the "unreleased" version. If you use JanusGraph as a library we do publish a version for every commit on main.