- Separate memgraph query/write modules to optimise for memgraph

- Used 2GB memory for Memgraph, overkill, gonna wind that back
This commit is contained in:
Cyber MacGeddon 2024-12-05 22:45:41 +00:00
parent e3d06ab80b
commit 1a4388ee59
12 changed files with 625 additions and 6 deletions

View file

@ -16,7 +16,7 @@ memgraph + {
engine.container("store-triples")
.with_image(images.trustgraph)
.with_command([
"triples-write-neo4j",
"triples-write-memgraph",
"-p",
url.pulsar,
"-g",
@ -50,7 +50,7 @@ memgraph + {
engine.container("query-triples")
.with_image(images.trustgraph)
.with_command([
"triples-query-neo4j",
"triples-query-memgraph",
"-p",
url.pulsar,
"-g",