Multitenancy

yariv cohen5 years ago

Hi all,
what is the best way to add support for "Tenant"?
i have various "customers" that each of them has his own data devices/users etc'...
obviously each customer should only see & manage his data.
is there an easy way to customize the server to support that?
i thought maybe to add "customerID" for each entity/db table and modify the relevant parts to support this (db query REST API etc..)
but I'm afraid that this solution could be a big change that may take me "out of design" which i don't want to.

Thanks.

Anton Tananaev5 years ago

Why do you need to customize anything? It's already supported.

yariv cohen5 years ago

do you refer to the groupId? or I'm missing something?

Anton Tananaev5 years ago