Multi Tenancy in Dgraph

Notes from yesterday’s call with @pawan and @abhimanyusinghgaur

  • A user wants to access predicate across namespace. Where do we store information about this user? Should there be a common users table? Or should we duplicate the user? If duplicated, they will have to use different JWT tokens.
    Ibrahim to look into Postgres.

  • How would a user get access to a namespace? More details on the exact graphql API that will be used.

  • We will need another namespace to store all the admins group. We will need a admin namespace which stores all the information about the admins.