Hi,
I am new to Neo4J.
I have two labels in one database: node_list and edge_list. The keys in node_list are: {ID, author, time_stamp,,,,}. The keys in edge_list are {from_ID, to _ID}.
ID and from_ID, to_ID are in the same format.
Now I want to creat...