Is Dgraph support multiple graphs in one dgraph cluster?

I want to build two different graphs in one dgraph cluster. However, I do not find some introduction about these operations or mutations just like the concept database,collections in ArnagoDB(another graph database). What should we do to build different graphs and support different services for users. It also means that the graphs are independent with each. There may have a choice is to build two different dgraph cluster,howerver, that may be difficult for me to do this.

Dgraph doesn’t have this feature. But there is an opened issue for this. Support Multi-Tenancy · Issue #2693 · dgraph-io/dgraph · GitHub

Isn’t hard. Using Docker or K8s it easy peasy to create clusters.

You could also use ACL to control the access of graph branches.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.