mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +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
|
|
@ -1,6 +1,6 @@
|
|||
local components = {
|
||||
neo4j: import "components/neo4j.jsonnet",
|
||||
cassandra: import "components/neo4j.jsonnet",
|
||||
cassandra: import "components/cassandra.jsonnet",
|
||||
pulsar: import "components/pulsar.jsonnet",
|
||||
milvus: import "components/milvus.jsonnet",
|
||||
grafana: import "components/grafana.jsonnet",
|
||||
|
|
@ -23,5 +23,3 @@ local config = std.foldl(add, options, {});
|
|||
|
||||
std.manifestYamlDoc(config)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue