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:
Engine | Description |
---|---|
Engine | Description |
mem | The default in-memory engine based on Apache Jena. Data is discarded once the RPT process terminates. |
tdb2 | Apache Jena's TDB2 persisent engine. Use --loc to specfify the database folder. |
binsearch | Binary 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! |