Postgresql – How to use Apache AGE to connect one node to all nodes within a group of nodes?
So I have a csv with this header: start_id,strength,start_verse,end_verse Two line examples are these: 01001001,15,38012001,00000000 01001001,16,20008022,20008030 The first line means that the node with id 01001001 connects with strength 15 with the node id 38012001. The second line means that…