Skip to content

Commit 2145996

Browse files
authored
Update index.md
1 parent 071003d commit 2145996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrate/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Embedded SPARQL engines are built into RPT and thus readily available. The follo
103103
<tr><td><b>tdb2</b></td><td>Apache Jena's TDB2 persisent engine. Use <i>--loc</i> to specfify the database folder.</td></tr>
104104
<tr><td><b>binsearch</b></td><td>Binary search engine that operates directly on sorted N-Triples files. Use <i>--loc</i> to specify the file path or HTTP(s) URL to the N-Triples file. For URLs, HTTP range requests must be supported!</td></tr>
105105
<tr><td><b>remote</b></td><td>A pseudo engine that forwards all processing to the SPARQL endpoint whole URL is specified in <i>--loc</i>.</td></tr>
106-
<tr><td><b>qlever</b></td><td>The blazing fast <a href="https://github.com/ad-freiburg/qlever">qlever</a> triple store launched from its docker image via Java's TestContainers framework. Use `qlever:imageName:tag` to use a specific image - the command lines for starting the server and creating the indexes must be compatible with the default image registered with RPT.</td></tr>
106+
<tr><td><b>qlever</b></td><td>The blazing fast <a href="https://github.com/ad-freiburg/qlever">qlever</a> triple store launched from its docker image via Java's TestContainers framework. Use <code>qlever:imageName:tag</code> to use a specific image - this image's command line interfaces for starting the server and creating the indexes must be compatible with the default image registered with RPT.</td></tr>
107107
</table>
108108

109109

0 commit comments

Comments
 (0)