mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-12 08:42:37 +02:00
Fix, was putting Neo in Cassandra config (#26)
This commit is contained in:
parent
25c390469f
commit
2bc602fdcf
16 changed files with 380 additions and 389 deletions
2
Makefile
2
Makefile
|
|
@ -46,7 +46,7 @@ tg-launch-%.yaml: templates/%.jsonnet templates/components/version.jsonnet
|
|||
update-templates: set-version
|
||||
for model in ${MODELS}; do \
|
||||
for graph in ${GRAPHS}; do \
|
||||
cm=$${graph},cassandra,pulsar,milvus,grafana,trustgraph,$${model}; \
|
||||
cm=$${graph},pulsar,milvus,grafana,trustgraph,$${model}; \
|
||||
input=templates/main.jsonnet; \
|
||||
output=tg-launch-$${model}-$${graph}.yaml; \
|
||||
echo $${model} + $${graph} '->' $${output}; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue