saas

Saas with database per client - single point for entry for services. Performance overhead?

谁说我不能喝 提交于 2019-12-25 03:48:30
问题 I'm building SaaS application where back end will be SQL Server and WCF Services. Here is where I'm little worrying.. I'm planning to have separate database per customer (thats decided) and will authenticate users against their database. Thats decided as well. There will be central database which will have customers info like what database is their and what endpoints to use. Ideally, I want something like this: a. Client hits main page ASP.NET or Silverlight or open client app on PC/mobile

Django and SaaS + Ztask for background tasks

て烟熏妆下的殇ゞ 提交于 2019-12-24 10:57:49
问题 I asked a question before on how to create a SaaS application using Django Django and SaaS. How to use separate database for each Django site? Now when a user creates a new instance for himself I simply create a new settings.py file for him, and create an apache configuration for his subdomain. Now when a user tries to access his instance he can only see his own database, so we have total separation of data. Now there is a problem when trying to do background processes while having these

Symfony: It's possible load different parameters.yml?

我只是一个虾纸丫 提交于 2019-12-24 08:02:41
问题 It's possible to load different parameters.yml on symfony? I have a SaaS multitenant APP and I wish load differents parameters.yml (with config DB) base on each tenant in order to dispatch the user to the correct DB on login action. Thanks so much! EDIT: SOLVED! I solved it arranging the different tenants configurations in folders like: app ---config ------tenantA ---------config.yml ---------config_dev.yml ---------config_prod.yml ---------parameters.yml ------tenantB ---------config.yml ---

Java Webapplication - How to Implement Saas Using multischema architecture?

断了今生、忘了曾经 提交于 2019-12-22 17:54:03
问题 We are having a web application developed j2ee/Spring. We are planning to implement SaaS model by using different schema for each customer. Please suggest the best way to do it. We are blank how to start the process ? How can we map different customer to different DB ? Thanks 回答1: For using different schema for each customer you need to come up with an identifier(s) that can be used to uniquely identify the customer schema or the tenant schema. It is usually a tenant identifier key. Neil's

Multi Tenant Multiple Database Setup [closed]

被刻印的时光 ゝ 提交于 2019-12-22 01:21:38
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . We're setting up a multi tenant website using Yii2. We want to allow each user to have it's own database while using the same system. We'll also have a system database that holds the users information and information like invoicing. Here are some of our questions. How do we make

Multi-user Web Application Database Design

假如想象 提交于 2019-12-21 04:27:31
问题 I'm working on a web application that will be a hosted, multi-user solution when it is finished. I'm trying to figure out the best way to handle the database design for my app. Specifically, I need to figure out how to handle multiple, separate accounts. The way I see it, there are a few options: 1) Have one set of database tables. In each table, include a 'user' column or something similar which will map each row to the proper user account. 2) Create a totally separate database for each user

Multi tenant Saas resources

跟風遠走 提交于 2019-12-20 14:59:36
问题 Hi We are working on a project and have decided to go with the multitenant Saas architecture level 4 and the Shared database shared schema approach as shown on this page http://msdn.microsoft.com/en-us/library/aa479086.aspx But we are not able to find the starting point i.e from where to start coding. Is there any starter kit available or any good technical resource. what i find on the internet is just the genaral discussion about saas adv/disadv. This project is in .net technologies Thanks

Multi tenant Saas resources

只愿长相守 提交于 2019-12-20 14:57:48
问题 Hi We are working on a project and have decided to go with the multitenant Saas architecture level 4 and the Shared database shared schema approach as shown on this page http://msdn.microsoft.com/en-us/library/aa479086.aspx But we are not able to find the starting point i.e from where to start coding. Is there any starter kit available or any good technical resource. what i find on the internet is just the genaral discussion about saas adv/disadv. This project is in .net technologies Thanks

Multi tenancy or multi instance? [closed]

守給你的承諾、 提交于 2019-12-20 10:43:17
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I'm trying to build a web-based SaaS solution, and I hit a road where I'm not sure to use multi tenancy or multi instance. I will try to describe what I'm trying to achieve, and each approach advantages and disadvantages (my opinion, according to what I read). Please include

How to create SaaS application with Python and Django

寵の児 提交于 2019-12-20 07:58:19
问题 Can you advice me with some articles/applications that allows you create SaaS(Software as a Service) application with Python and Django. For the moment the general topics I do not understand are: Do you have one working application for all clients or one app per client How do you manage database access, permissions or different DB for each client Are there any tools that allows you to convert one app to SaaS 回答1: one project, this will make maintenance easier. I handle host resolution with