Scaling multi-tenant apps using the Django ORM and Postgres (Sai Srirampur)

preview_player
Показать описание
In the real-world there are 10000s of B2B companies. Their app-stack fits the multi-tenant model - each tenant(customer) deals with it’s own data. It is super critical to build scalable applications which gives the company leeway to grow as more customers get on-boarded. Let’s learn how to do that!

Рекомендации по теме
Комментарии
Автор

Hey, Everything is good, but can you please share any demo project.

pankajrathore
Автор

I don't think the option 3 (recommended) by the presented is the best way forward. It is error prone, risky, customers data is mixed together, does not allow to have customer specific deviation / logic.

radoslawszwarc
Автор

Great presentation thank you indeed. I note that ForeignKey statements need to be adjusted with django_multitenant ... what about ManyToMany statements?

softservemedia
Автор

Very clear and informative presentation. Thanks for sharing.

ShwetabhKumar
Автор

Tq, I have doubt. How can we use json data for tenants instead of tenant model which is declared in settings (TENANT_MODEL)

stej
Автор

very informative presentation.And can we use it with Mysql ??

vineethgupta
Автор

It's possible to add 2 different subdomain for same tenant??

nabeelahmed