Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
:data: false
:use-load-script: false
:use-dump-file: data/pole-40.dump
:use-dump-path: data
:use-dump-file-v5: pole-50
:zip-file: data/pole.zip
:use-plugin: graph-algorithms
:target-db-version: 3.5,4.0
Expand Down Expand Up @@ -78,11 +80,20 @@ ifeval::[{use-dump-file} != false]

* Use the neo4j-admin tool to load data from the command line with the command below.

Neo4j 4.x and below

[source,shell,subs=attributes]
----
bin/neo4j-admin load --from {use-dump-file} [--database "database"]
----

Neo4j 5.x

[source,shell,subs=attributes]
----
bin/neo4j-admin database load --from-path={use-dump-path} {use-dump-file-v5}
----

* Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions
endif::[]

Expand Down