31 lines
955 B
Text
31 lines
955 B
Text
# Qleverfile for Olympics, use with https://github.com/ad-freiburg/qlever-control
|
|
#
|
|
# qlever get-data # downloads .zip file of size 13 MB, uncompressed to 323 MB
|
|
# qlever index # takes ~10 seconds and ~1 GB RAM (on an AMD Ryzen 9 5900X)
|
|
# qlever start # starts the server (instant)
|
|
|
|
[data]
|
|
NAME = triple_tools_example
|
|
BASE_URL = https://example.com/triple-tools-example
|
|
GET_DATA_CMD = echo done
|
|
DESCRIPTION = Demo for INM7-retreat
|
|
TEXT_DESCRIPTION = All literals, search with FILTER CONTAINS(?var, "...")
|
|
|
|
[index]
|
|
INPUT_FILES = knowledgebase.nt
|
|
CAT_INPUT_FILES = cat ${INPUT_FILES}
|
|
SETTINGS_JSON = { "ascii-prefixes-only": false, "num-triples-per-batch": 100000 }
|
|
|
|
[server]
|
|
PORT = 7019
|
|
ACCESS_TOKEN = token_1
|
|
MEMORY_FOR_QUERIES = 5G
|
|
CACHE_MAX_SIZE = 2G
|
|
TIMEOUT = 30s
|
|
|
|
[runtime]
|
|
SYSTEM = docker
|
|
IMAGE = docker.io/adfreiburg/qlever:latest
|
|
|
|
[ui]
|
|
UI_CONFIG = demo-rse-group
|