Multi-Tenancy with CodeOpinion
Derek Cromartin was kind enough to have me on his video series for a conversation about multi-tenancy in software development projects -- with the inevitable dose of salesmanship about the Critter Stack's very robust support for multi-tenancy of course.
Director at Improving | AI Product Engineering
2 个月Oh cool. I am doing a multi-tenant solution now with Wolverine+Marten and have the db-per-tenant with a master table approach. Had to write a bunch of code to orchestrate a few concerns to automate tenant creation and destruction, etc. - but other then that the amount of under-the-hood critter stack tenant handling is pretty great. No tenant references anywhere in business logic, just configs and I have a few special controllers just for managing the tenants themselves.