From 9441530724268b66f5a79a741079536785f7c157 Mon Sep 17 00:00:00 2001 From: Claus Stadler Date: Tue, 17 Sep 2024 14:21:35 +0200 Subject: [PATCH] Update index.md --- docs/integrate/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/integrate/index.md b/docs/integrate/index.md index 32c57f2..afef06c 100644 --- a/docs/integrate/index.md +++ b/docs/integrate/index.md @@ -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: - + @@ -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` -###
EngineDescription
EngineDescription
memThe default in-memory engine based on Apache Jena. Data is discarded once the RPT process terminates.
tdb2Apache Jena's TDB2 persisent engine. Use --loc to specfify the database folder.
binsearchBinary search engine that operates directly on sorted N-Triples files. Use --loc to specify the file path or HTTP(s) URL to the N-Triples file. For URLs, HTTP range requests must be supported!