Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TortugaAttack committed Apr 23, 2020
1 parent f9a631f commit e574660
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Further on provides an even smaller compression using KD2 Trees.

Download standalone.zip from the latest release.
```bash
wget https://github.com/dice-group/GraphCompression/releases/download/v1.0.1/standalone.zip
wget https://github.com/dice-group/GraphCompression/releases/download/v1.0.2/standalone.zip
unzip standalone.zip
cd rdfrepair
```
Expand All @@ -39,7 +39,7 @@ Add the following to your pom
<dependency>
<groupId>org.dice-group</groupId>
<artifactId>RDFRePair</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down Expand Up @@ -72,7 +72,7 @@ rdfrepair -d -out TURTLE -tkd2 IN_FILE.grp OUT_FILE.ttl
To adjust the RAM usage to 4GB use the following:

```
export RDF_RE_PAIR_XMX=4g
export RDF_RE_PAIR_XMX=-Xmx4g
```

# Querying KD2 with Fuseki
Expand All @@ -82,7 +82,7 @@ export RDF_RE_PAIR_XMX=4g
Download fuseki-kd2.tar.gz from the latest release

```bash
wget https://github.com/dice-group/GraphCompression/releases/download/v1.0.1/fuseki-kd2.tar.gz
wget https://github.com/dice-group/GraphCompression/releases/download/v1.0.2/fuseki-kd2.tar.gz
tar -xzvf fuseki-kd2.tar.gz
cd apache-jena-fuseki-3.13.1/
cp YOUR_KD2_COMPRESSED_FILE file.grp
Expand All @@ -109,7 +109,7 @@ If you want to use multiple kd2 compressed files in one graph download fuseki-kd
instead of copying one file to file.grp copy all your kd2 compressed files to `apache-jena-fuseki-3.13.1/kd2_files/`

```
wget https://github.com/dice-group/GraphCompression/releases/download/v1.0.1/fuseki-kd2.tar.gz
wget https://github.com/dice-group/GraphCompression/releases/download/v1.0.2/fuseki-kd2.tar.gz
tar -xzvf fuseki-kd2.tar.gz
cd apache-jena-fuseki-3.13.1/
cp YOUR_KD2_COMPRESSED_FILES kd2_files/
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dice-group</groupId>
<artifactId>RDFRePair</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<properties>
<java.version>1.11</java.version>
Expand Down Expand Up @@ -128,7 +128,7 @@
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<!--<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
Expand Down Expand Up @@ -162,7 +162,7 @@
</goals>
</execution>
</executions>
</plugin>-->
</plugin>
</plugins>
</build>
<repositories>
Expand Down

0 comments on commit e574660

Please sign in to comment.