If you have decided to develop a SaaS application, the main focus is to build your domain functionalities and take your MVP(minimal viable product) to market. It is not easy though to build a SaaS…
There are several strategies available for ISVs to build/migrate their products to a SaaS model. However, each approach has its own pros and cons. There are 2 broad approaches that ISVs typically take towards creating their…
When ISVs move from an on-premise model to a SaaS model, it is quite common to take the route of Single tenant model. But when they start growing beyond 15 customers is when they start realizing…
In my previous blog I have discussed about the single tenant vs. multi-tenant , and how one can objectively decide which one to go with. In this blog let us see what are the various architecture models/patterns…
You must have come across umpteen articles that talks about the technical aspects between a single tenant model and multi tenant model. But the fact is that the decision between single tenant and multi tenant…
Many would know that multi-tenancy is an architectural pattern where a single installation of the software can serve multiple tenants. The term multi-tenancy has been used widely in the space of SaaS and in fact…
In my previous blog I discussed about the business/technical aspects in single tenant and multi-tenant models. However, due to huge loads of information from various sources people are actually lost in deciding whether to go…
There are totally 4 maturity models/levels in which you can deliver a SaaS application/product. Single Tenant In a single tenant model each of the tenants will get their own respective instances. There is absolutely no…