saas

Multi-tenant SAAS in Django

橙三吉。 提交于 2019-11-29 19:27:52
I have developed Multi-tenant SAAS apps in PHP/Laravel but recently I had a challenge to develop one in Django/Python. I am still learning Django though and I really like Django rest framework (DRF). But I have difficulties to figure out the highlighted areas below, If someone shows some light, I will be good to go: How to handle subdomains/domains and selecting the right tenant db How to manage and dynamically handle different database in django Can multi-tenant apps backend still be managed from Django admin interface I will be using queues and other apps scalling techniques, need tips and

Active Directory authentication for SaaS product

我是研究僧i 提交于 2019-11-29 11:08:52
问题 After some theoretical help on the best approach for allowing a SaaS product to authenticate users against a tenant's internal Active Directory (or other LDAP) server. The application is hosted, but a requirement exists that tenants can delegate authentication to their existing user management provider such as AD or OpenLDAP etc. Tools such as Microsoft Online's hosted exchange support corporate AD sync. Assuming the client doesn't want to forward port 389 to their domain controller, what is

Explanation of Tenant Load Balancer in SaaS maturity model level 4

不想你离开。 提交于 2019-11-29 07:57:32
I've already done some research about SaaS maturity level based on Gianpaolo SaaS maturity model . Right now I got confused about SaaS maturity level 4. It said, it has a "Tenant load balancer" that dynamically calls a new application instance to serve load balancing for a SaaS application. I want to know what this "Tenant load balancer" really means. How do we implement this "Tenant load balancer" in the real world or in an application server? Can anyone give me some good explanation and an example, like an implementation in Java EE technology? techuser soma The key concept is horizontal

How to build LDAP integration for my web app?

杀马特。学长 韩版系。学妹 提交于 2019-11-28 18:49:16
问题 My company develops and sells a SaaS application that has hundreds of customers. Some of our customers have asked us to support LDAP integration for authenticating user accounts against their existing systems instead of having to create another login account for each of their employees. Seems like this is referred to as Single Sign On (SSO) in many places? Naturally our system already has a mechanism for maintaining user account profiles and authenticating those user accounts from our login

How to give cname forward support to saas software

痴心易碎 提交于 2019-11-28 15:53:47
问题 I have a webapp where users can create their account and use the service. Now I want to give them a custom domain facility where app.customer1web.com points_to myservice.com with userid customer1 once he sets up the custom domain, for the world it looks like my service is running on his machine. Many services like blogger, wp.com, tumblr give this feature. how do i do that? I am using java to write my web app. How do i map domain name to userid when request comes in? 回答1: How do i map domain

SaaS database design - Multiple Databases? Split?

只愿长相守 提交于 2019-11-28 15:12:53
I've seen SaaS applications hosted in many different ways. Is it a good idea to split features and modules across multiple databases? For example, putting things like the User table on one DB and feature/app specific tables on another DB and perhaps other commonly shared tables in another DB? Start with one database. Split data/functionality when project requires it. Here is what we can learn from LinkedIn: A single database does not work Referential integrity will not be possible Any data loss is a problem Caching is good even when it's modestly effective Never underestimate growth trajectory

Multi-tenant SAAS in Django

馋奶兔 提交于 2019-11-28 14:54:25
问题 I have developed Multi-tenant SAAS apps in PHP/Laravel but recently I had a challenge to develop one in Django/Python. I am still learning Django though and I really like Django rest framework (DRF). But I have difficulties to figure out the highlighted areas below, If someone shows some light, I will be good to go: How to handle subdomains/domains and selecting the right tenant db How to manage and dynamically handle different database in django Can multi-tenant apps backend still be managed

What is SaaS, PaaS and IaaS? With examples

有些话、适合烂在心里 提交于 2019-11-28 14:54:17
What do the following terms mean? SaaS PaaS IaaS? There are various cloud services available today, such as Amazon's EC2 and AWS, Apache Hadoop, Microsoft Azure and many others. Which category does each belong to and why? Tariq IaaS, PaaS and SaaS are cloud computing service models. IaaS (Infrastructure as a Service), as the name suggests, provides you the computing infrastructure, physical or (quite often) virtual machines and other resources like virtual-machine disk image library, block and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks etc.

SQL CREATE LOGON - can't use @parameter as username

非 Y 不嫁゛ 提交于 2019-11-28 02:02:30
I'm a developer and I suck at SQL:) Please help me out here. I'd like to create my own Stored Procedure that creates a Tenant in my SaaS database. In order to do this I need to create a new SQL Login for the Tenant and then add it to a predefined SQL Role. I'm already stumped just trying to create the Login. Here is what I've tried... CREATE PROCEDURE [MyScheme].[Tenants_InsertTenant] @username nvarchar(2048), @password nvarchar(2048) AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; CREATE LOGIN @username WITH PASSWORD =

Architecture for SaaS based online portal

心已入冬 提交于 2019-11-27 16:59:45
问题 We are planning to prepare a product "online clothing store" based on SaaS model. Different cloth vendors shall register to our portal. They will get web interface to manage own catalog of clothes. When end user register with the system, they can see different catalogs of different vendor. Of course they can do standard search, filter, sort etc on available products. After selection, they will order the items. Respective vendor shall get order of those items, which is selected from his