This is the best video out there on Multi-Tenant architecture . Thanks for sharing this...
@vinodkomaravolu85822 жыл бұрын
Superb video on multi-tenancy. Very well explained with succinct pictures. Keep up the good work Tod. Really helpful. Thank you.
@subhashismohanty54202 жыл бұрын
You have made SaaS easy to understand.
@madzr30933 жыл бұрын
Thank you Tod! I am going to build my first SaaS & this was quite helpful!
@ganeshfutane70882 жыл бұрын
All the best Madz!
@karthikr58843 күн бұрын
where can I read more about this?
@Lucas-qv3no4 жыл бұрын
Great video that clearly explains the approaches to setting up multi-tenancy in your SaaS architectures.
@chathurangabandara60783 жыл бұрын
Super awesome content. Thank you!!
@TobiasLA2 жыл бұрын
Good work!!
@tranthanhdeveloper4 жыл бұрын
Can anyone give me the slide?
@valour.se473 жыл бұрын
We chose silo model, and we are happy with it
@mingsheng363 жыл бұрын
great video
@FactsOverFear.4 жыл бұрын
So much to discuss with my developers to make sure we set everything up correctly from the get go.
@networkfreddy20004 жыл бұрын
What kind of business do you run?
@godwinyoh37003 жыл бұрын
I doubt if you can ever get everything right from the get go. Small problems tend to grow bigger as the scale increases. At the end it will be a case of compromise between speed/latency and data correctness/compliance/security
@bhumikagoklani6532 Жыл бұрын
Can someone clarify "Limit developer awareness about multi-tenancy" part? I doubt if I understood it correct.
@_victorjansson Жыл бұрын
The developer shouldn’t have to consider who the tenant is in the code. If they want all the products for a tenant, they should only have to call getAllProducts(), without having to manually specify the tenant.