|
|
|
|
|
by enterexit
129 days ago
|
|
Yeah, stripe, github, slack, etc. are multi-tenant apps - they run the same system but each company's data is supposed to stay separate. EC2/Heroku are infrastructure multi-tenants, so they isolate at vm or container level. App multi-tenancy - isolation happens at the app and db level. |
|