Database Reference
In-Depth Information
Let's also assume that in order to import this data in a meaningful way into a
graph database management system like Neo4j, we would have some additional
information about the relationships between these people:
Relationships in a spreadsheet
Using the string concatenation function of your favorite spreadsheet program,
you can then create two formulas that will look something like these:
• One formula to create the nodes of your graph:
(
)
f
|
=
"create n:"&D3&"{id:"&B3&", name:"'&C3&"'} ;"
x
• One formula to create the relationships of your graph:
(
) (
)
[
]
f
|="match from{id:"&H3&"} ,
to{id:"&K3&"} create from- :"&J3&" ->to;"
x
 
Search WWH ::




Custom Search