Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:SmartDataAnalytics/SparqlIntegra…
Browse files Browse the repository at this point in the history
…te into develop
  • Loading branch information
Aklakan committed Sep 17, 2024
2 parents 1eef3dd + 9441530 commit 4daa2e8
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 4daa2e8

Please sign in to comment.