Multi-tenancy
Separate your customers' data without deploying multiple instances of your application. Use our dynamic and pragmatic multi-tenancy support which greatly simplifies the development of B2B applications.
What is a tenant?
In order to build business-to-business applications where the application serves many customers it is common to build a multi-tenant system. This means that multiple customers share the use of the same system instance, but their data is separated at the storage level. Serialized provides a convenient way for you to build multi-tenant systems by supporting this feature on project level.
Reasons for using multi-tenancy
- Keep data from different tenants completely separated
- A tenant can be added or removed without affecting existing tenants
- No need to change application code/deployment when growing your customer base
Read the technical guide on how to work with multi-tenancy projects.