mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 03:42:11 +02:00
- Added docker-compose-storage.yaml, just the infrastructure bits
- Tidied storage invocation
This commit is contained in:
parent
b0fdb4f314
commit
e9298fbde9
11 changed files with 291 additions and 121 deletions
10
templates/docker-compose-storage.jsonnet
Normal file
10
templates/docker-compose-storage.jsonnet
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
local cassandra = import "components/stores/cassandra.jsonnet";
|
||||
local pulsar = import "components/pulsar.jsonnet";
|
||||
local milvus = import "components/stores/milvus.jsonnet";
|
||||
local grafana = import "components/grafana.jsonnet";
|
||||
|
||||
local config = cassandra + pulsar + milvus + grafana;
|
||||
|
||||
std.manifestYamlDoc(config)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue