does apache age support undirected graph import which i am making via python networkx library #1632
Unanswered
prathamgargg
asked this question in
General
Replies: 1 comment
-
@prathamgargg Undirected edges aren't supported in Apache AGE. AGE uses digraphs. However, you can roughly have the equivalent by creating 2 edges for each edge, one in each direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am making a graph with python library - networkx , which has around 10 million nodes and 20 million edges and it is a normal undirected graph , can i import that into apache age , is it supported ?
Beta Was this translation helpful? Give feedback.
All reactions