Skip to content

Commit

Permalink
fix: Use memory key/value storage for sparql backends
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Jul 28, 2021
1 parent 745eef7 commit c01e33e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/path-routing.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"files-scs:config/ldp/metadata-writer/default.json",
"files-scs:config/ldp/permissions/acl.json",
"files-scs:config/storage/backend/regex.json",
"files-scs:config/storage/key-value/resource-store.json",
"files-scs:config/storage/key-value/memory.json",
"files-scs:config/storage/middleware/default.json",
"files-scs:config/util/auxiliary/acl.json",
"files-scs:config/util/identifiers/suffix.json",
Expand Down
7 changes: 5 additions & 2 deletions config/sparql-endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"files-scs:config/ldp/metadata-writer/default.json",
"files-scs:config/ldp/permissions/acl.json",
"files-scs:config/storage/backend/sparql.json",
"files-scs:config/storage/key-value/resource-store.json",
"files-scs:config/storage/key-value/memory.json",
"files-scs:config/storage/middleware/default.json",
"files-scs:config/util/auxiliary/acl.json",
"files-scs:config/util/identifiers/suffix.json",
Expand All @@ -31,7 +31,10 @@
],
"@graph": [
{
"comment": "A single-pod server that stores its resources in a SPARQL endpoint."
"comment": [
"A single-pod server that stores its resources in a SPARQL endpoint.",
"This server only supports RDF data. For this reason it can not use its resource store for internal key/value storage."
]
}
]
}

0 comments on commit c01e33e

Please sign in to comment.