Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan authored Sep 17, 2024
1 parent 1cf649d commit 9441530
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/integrate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Note, that this is **unsafe** and should be avoided in production, but it can be
Embedded SPARQL engines are built into RPT and thus readily available. The following engines are currently available:

<table>
<tr><th>Engine</th><th>Description</tr>
<tr><th>Engine</th><th>Description</th></tr>
<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>
<tr><td><b>tdb2</b></td><td>Apache Jena's TDB2 persisent engine. Use <i>--loc</i> to specfify the database folder.</td></tr>
<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>
Expand All @@ -94,11 +94,8 @@ Embedded SPARQL engines are built into RPT and thus readily available. The follo

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



`rpt integrate --set 'arq:queryTimeout=60000' myQuery.rq`

###



0 comments on commit 9441530

Please sign in to comment.