i want to isolation data in dgraph,one data can‘t see other data
how can I do ???
i want to isolation data in dgraph,one data can‘t see other data
how can I do ???
Technically you can not do this, but theoretically it would be creating custom structures and not relating them.
One obvious idea would be for you to use Dgraph Instances in isolation. You would have two DBs data isolated.
Cheers.