forked from zazuko/trifid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
56 lines (48 loc) · 1.21 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This loads the TBBT dataset from a remote file using the `trifid-handler-fetch` plugin.
# Start this example by running: `npm run start:tbbt`
# Example of a working URL: http://localhost:8080/data/person/amy-farrah-fowler
# server:
# logLevel: debug
globals:
datasetBaseUrl: http://localhost:8080/
endpoints:
default:
url: /query
plugins:
welcome:
module: trifid-core/plugins/view.js
paths: /
methods: GET
config:
path: file:welcome.hbs
yasgui:
module: trifid-plugin-yasgui
paths:
- /sparql
- /sparql/
graph-explorer:
module: trifid-plugin-graph-explorer
paths:
- /graph-explorer
- /graph-explorer/
spex:
module: trifid-plugin-spex
paths:
- /spex
- /spex/
entity-renderer:
module: "@zazuko/trifid-entity-renderer"
config:
labelLoader:
chunkSize: 30
concurrency: 2
timeout: 4000
fetch-handler:
module: trifid-handler-fetch
paths: /query
config:
url: https://raw.githubusercontent.com/zazuko/tbbt-ld/master/dist/tbbt.nq
contentType: application/n-quads
baseIRI: http://localhost:8080
graphName: http://example.com/graph
unionDefaultGraph: true