From d09583c14e004e7eb7064b562d017d5559bf2aae Mon Sep 17 00:00:00 2001 From: Gabriel De La Parra Date: Sun, 24 Oct 2021 07:45:28 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5a7b08..2cf4820 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ $ dotnet run -- -i Sample500.filterAll-Sorted.gz -e If `-p` was not used above, then we need to create the Properties Index. +> Building the Entities Index takes `~30 hours` to complete. + ## Properties Index ``` bash @@ -136,6 +138,8 @@ Now our index is ready. - We can now run our backend via `SparqlForHumans.Server/` using the `RDFExplorer` client. - Or recreate the results from the paper via `SparqlForHumans.Benchmark/`. +> Building the Properties Index takes `~2 hours` to complete. + ## Run Server The backend will listen to request from a modified version of `RDFExplorer`. First we will need to get the server running: From d228cca9ae9898abfddba73672a5a5baaf12a5b1 Mon Sep 17 00:00:00 2001 From: Gabriel De La Parra Date: Sun, 24 Oct 2021 07:46:28 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf4820..1934d3a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ $ dotnet run -- --version For the following sections a given `Sample500.nt` file is given on the root folder of the repository.\ To build the complete index (production), `latest-truthy.nt.gz` should be used.\ -**Please note that filtering, sorting and indexing the `latest-truthy.nt.gz` will take between 40~80 hours, depending on your system.** +**Please note that filtering, sorting and indexing the `latest-truthy.nt.gz` will take `~40 hours`, depending on your system.** ## Filter From 3ff9163aa0a6de276fd9a8c4a7ff244c19854d83 Mon Sep 17 00:00:00 2001 From: Gabriel De La Parra Date: Sun, 24 Oct 2021 07:47:22 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1934d3a..d28a116 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,9 @@ $ dotnet run -- --version ``` For the following sections a given `Sample500.nt` file is given on the root folder of the repository.\ -To build the complete index (production), `latest-truthy.nt.gz` should be used.\ -**Please note that filtering, sorting and indexing the `latest-truthy.nt.gz` will take `~40 hours`, depending on your system.** +To build the complete index (production), `latest-truthy.nt.gz` should be used. + +> **Note that filtering, sorting and indexing the `latest-truthy.nt.gz` will take `~40 hours`, depending on your system.** ## Filter