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
Copy file name to clipboardExpand all lines: cypher/README.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
[Cypher](http://www.opencypher.org/) implementation of the [LDBC SNB benchmark](https://github.com/ldbc/ldbc_snb_docs).
4
4
Note that some BI queries are not expressed using pure Cypher, instead, they make use of the [APOC](https://neo4j.com/labs/) and [Graph Data Science](https://neo4j.com/product/graph-data-science-library/) Neo4j libraries.
5
5
6
-
## Loading the Data in Neo4j
6
+
## Loading the data in Neo4j
7
7
8
8
The Neo4j instance is run in Docker. To initialize the environment variables, use:
9
9
@@ -23,3 +23,19 @@ scripts/load-in-one-step.sh
23
23
```
24
24
25
25
This script replaces the headers in the input CSVs, load them, starts Neo4j, and creates indices.
26
+
27
+
## Loading the example data set
28
+
29
+
Transform the example data set in the [data converter](https://github.com/ldbc/ldbc_snb_data_converter) repository, then rename it:
0 commit comments