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
For uploading specially formatted dictionary data to a Neo4j database instance
2
+
For uploading specially formatted dictionary data to a specific Neo4j database instance
3
3
4
4
## Dictionary Format
5
5
Either a .json or dictionary can be passed as an arg into the upload() function.
@@ -9,4 +9,50 @@ The value for the `nodes` key must be a dictionary, where each key is the primar
9
9
10
10
The value for the `relationships` key must be a dictionary, where each key is relationship type. The value of each is a list of dictionaries that are the relationship properties to upload.
11
11
12
-
See the `samples/data.json` file for an example.
12
+
Every record dictionary must have `_uid` key and the relationships must have a `_from__uid` and `_to__uid` key.
0 commit comments