From 7f1d2f4190cf54dfef841937bf326f407bfb8525 Mon Sep 17 00:00:00 2001 From: Arne Fischereit <79841228+arnefischereit@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:15:56 +0100 Subject: [PATCH] Added number of nodes & relationships --- README.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 74f5800..469b36f 100644 --- a/README.adoc +++ b/README.adoc @@ -19,6 +19,9 @@ :from-file-step-1: documentation/img/step-1-import-dump-file.png :from-file-step-2: documentation/img/step-2-create-new-db-from-file.png +:nodes: 1,908,466 +:relationships: 3,193,390 + :todo: false image::{icon}[width=100] @@ -30,6 +33,8 @@ ifeval::[{todo} != false] To Do: {todo} endif::[] +Nodes {nodes} Relationships {relationships} + .Model image::{model}[] @@ -123,4 +128,4 @@ See link:graphql[`/graphql` directory] for Node.js GraphQL API server example us === Feedback -Feel free to submit issues or pull requests for improvement on this repository. \ No newline at end of file +Feel free to submit issues or pull requests for improvement on this repository.