mardi 17 août 2021

Multi Tenancy with nodejs and mongoDB database

recently I'm trying to implement Multi Tenant Application with in nodejs and mongoDB database, I'm also going to use redis as a caching layer for the application. Multi Tenancy here is going to defined as: A single database for a client (organization, company) for better security and data segregation. What are the best practices and design patterns should I apply to this project. I should also mention that we are going to have lots of users and organizations and scalability and maintainability means really really lot for me

Aucun commentaire:

Enregistrer un commentaire