Reputation: 3217
I am trying to build a sample multi-tenant application targeting 100 tenants , Can i please know are their any good multi-tenant sample database which includes design, schema and sample data
Upvotes: 2
Views: 1803
Reputation: 5204
Take a look at the Enzo SQL Shard open-source framework which comes with a sample application. This framework comes with different sharding strategies; the one you may want to implement is the Compressed Shard. There is also documentation available showing you how this works.
Upvotes: 2