application used by other companies?
How to isolate one company from other (Best possible way)?
Is MySQL server is good for multi tennent architecture?
If my understanding is right. Do you mean u want to have multi-tenant in single application? I did my previous project with almost similar requirements From my humble opinions, 1- I think any database can handle this (i did using mongoDB) 2- Every tenant will have unique ID each 3- Use cookies and JWT with the tenant ID for each API (if FE and BE decoupled) or sessions (for monolithic) 4- So BE can identify the owner of each request
Обсуждают сегодня