You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
i am just starting using JanusGraph and i am having trouble for loading a graph in graphml format. I have built one with python networkx (as TinkerPop doc said i may do), which i can load in TinkerPop Gremlin, but not in JanusGraph gremlin. i have this error:
gremlin> g.io("/my/file.xml).read().iterate();
Name cannot be in protected namespace: edge
Type ':help' or ':h' for help.
i have seen a question about this on stackoverflow, so i understand that JanusGraph 'reserves' this word, but what can i do? it seems like noone gave a solution that works (neither for me nor for the person who asked).
any tip? because i don't see, in networkx, anything about alternative graphml format. isn't standard?
the same happens with graphson. and i tried to load with gremlin (tinkerpop 3.7.1 ) a graph from these graphml, then write from the loaded graph a new graphml/graphson, but the problem remains: janusgraph's gremlin does not accept it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello,
i am just starting using JanusGraph and i am having trouble for loading a graph in graphml format. I have built one with python networkx (as TinkerPop doc said i may do), which i can load in TinkerPop Gremlin, but not in JanusGraph gremlin. i have this error:
i have seen a question about this on stackoverflow, so i understand that JanusGraph 'reserves' this word, but what can i do? it seems like noone gave a solution that works (neither for me nor for the person who asked).
any tip? because i don't see, in networkx, anything about alternative graphml format. isn't standard?
the same happens with graphson. and i tried to load with gremlin (tinkerpop 3.7.1 ) a graph from these graphml, then write from the loaded graph a new graphml/graphson, but the problem remains: janusgraph's gremlin does not accept it.
here is what my graphml looks like:
Beta Was this translation helpful? Give feedback.
All reactions