Most older blogs / posts suggest using tenant_id in every entry in the collection. And use tenant_id in each request to isolate tenants in the Meteor app.
But is it now possible to have one MongoDB database for each tenant in an application with several tenants and make a Meteor transition between these databases depending on tenant_id / subdomain? Or is adding the tenant_id to each record the only way to implement a multi-tenancy in Meteor?
source
share