From 2ed9563ee14e6fd2098b99406304a07b556719d5 Mon Sep 17 00:00:00 2001 From: zhangjx <1075495028@qq.com> Date: Tue, 2 Jan 2024 15:18:54 +0800 Subject: [PATCH] Update README.md --- neo4j/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neo4j/README.md b/neo4j/README.md index e98727e..f42526d 100644 --- a/neo4j/README.md +++ b/neo4j/README.md @@ -134,14 +134,14 @@ Before loading new data, you can backup the loaded data and rollback when use th ``` backup: cp -r graph.db graph.db.bak -rollback: rm -r graph.db; cp -r graph.db.bak lgraph.db +rollback: rm -r graph.db; cp -r graph.db.bak graph.db ``` Convert data and load data: ``` ./convert-data.sh -./dalete-neo4j-database.sh +./delete-neo4j-database.sh ./import-to-neo4j.sh ./restart-neo4j .sh ``` @@ -245,4 +245,4 @@ Additionally, run all queries: run all: ./run_all.sh DG1 ./../seeds/seeds_1/ ./../seeds/seeds_macro/ ``` -Note: We adopt the same parameters in three scale datasets and run 3 times for each query. \ No newline at end of file +Note: We adopt the same parameters in three scale datasets and run 3 times for each query.