Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Oct 24, 2021
2 parents 7eab9fe + 3ff9163 commit bb132eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 between 40~80 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

Expand Down Expand Up @@ -125,6 +126,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
Expand All @@ -136,6 +139,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:

Expand Down

0 comments on commit bb132eb

Please sign in to comment.