Skip to content

Commit 4daa2e8

Browse files
committed
Merge branch 'develop' of github.com:SmartDataAnalytics/SparqlIntegrate into develop
2 parents 1eef3dd + 9441530 commit 4daa2e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/integrate/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Note, that this is **unsafe** and should be avoided in production, but it can be
8181
Embedded SPARQL engines are built into RPT and thus readily available. The following engines are currently available:
8282

8383
<table>
84-
<tr><th>Engine</th><th>Description</tr>
84+
<tr><th>Engine</th><th>Description</th></tr>
8585
<tr><td><b>mem</b></td><td>The default in-memory engine based on Apache Jena. Data is discarded once the RPT process terminates.</td></tr>
8686
<tr><td><b>tdb2</b></td><td>Apache Jena's TDB2 persisent engine. Use <i>--loc</i> to specfify the database folder.</td></tr>
8787
<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>
@@ -94,11 +94,8 @@ Embedded SPARQL engines are built into RPT and thus readily available. The follo
9494

9595
The engines `mem`, `tdb2` and `binsearch` build an Jena's query engine `ARQ` and thus respect its configuration.
9696

97-
98-
9997
`rpt integrate --set 'arq:queryTimeout=60000' myQuery.rq`
10098

101-
###
10299

103100

104101

0 commit comments

Comments
 (0)