HackerTrans
TopNewTrendsCommentsPastAskShowJobs

enterexit

no profile record

comments

enterexit
·5 माह पहले·discuss
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.
enterexit
·5 माह पहले·discuss
Been working on TenantSaas, a .NET library to make developing multi-tenant apps safer. Wanted something that prevents background jobs or admin scripts from accidentally running across tenants by refusing to run when tenant context isn’t clear. Comes with contract tests teams can run in CI. Still early, so be gentle.

https://github.com/vladkuz/TenantSaas
enterexit
·5 वर्ष पहले·discuss
It's a dead link now.