Multi tenant
17
In a database-centric application that is designed for multiple clients, I've always thought it was "better" to use a single database for ALL clients... Ryan
12
Our software currently runs on MySQL. The data of all tenants is stored in the same schema. Since we are using Ruby on Rails we can easily determine... Marcel J.
9
I'm building a multi-tenant ASP .NET application. Given that each tenant can configure their application dynamically (which may involve dynamic... JeffN825
9
Basically something that handles the low-level "plumbing" code for a subscription-based service. I see a lot of things dealing with basic... Wayne M
8
Yet another multi tenancy post im afraid.
I just cant find a good solution to my problem, I have read all the great posts on multi tenancy for ASP... Martin
8
Hi everyone,
I am working on a PHP application that intends to ease company workflow and project management, let's say something like Basecamp and... Aron Rotteveel
5
I am development a app multi tenant. I chose the approach Shared Database/ Separeted Schema.
My idea is has a schema default (dbo) and when deploy... Juliano Oliveira
5
I have a multitenant application in ASP.NET MVC. The instance of the application that will be served is function of the hostname alone (something... Bruno Reis
5
I'm working on a multi-tenant rails application using PostgreSQL schemas for different clients. Rails migrations don't work with multiple schemas out... Beatlevic
5
We're building about 10 ASP.NET MVC sites which have a common set of features (and corresponding URLs, Routes, Controllers, Actions, and Views). The... Justin Grant
5
I am developing a website that will manage data for multiple entities. No data is shared between entities, but they may be owned by the same... dsims
4
I am developing a custom CRM solution which will be sold via the Web/SaaS model. I anticipate tens or hundreds of clients using this solution. I... DEH
4
I'm implementing StructureMap in a multi-tenant ASP.NET MVC application to inject instances of my tenant repositories that retrieve data based on an... FreshCode
4
In a multi-tenant ASP.NET MVC application based on Rob Conery's MVC Storefront, should I be filtering the tenant's data in the repository or the... FreshCode
4
I have searched for examples and found several but they are whole large projects. I am looking for some sample on how to get started building an MVC... Picflight
4
Hello!
I'm writing an application that that I'm going to provide as a service and also as a standalone application.
It's written in Zend Framework... Leonti
4
A web application we wrote intended for one customer is going to be product-ized and sold to dozens of companies, and we will be doing the hosting.
I... Brian MacKay
4
For an Asp.Net software as a service application, I want to do account based subdomains like Basecamp and the rest of the 37Signals products have.... Wayne M
3
Hello,
I'm building a multi-tenant app with ASP.NET MVC and have a problem with validating users.
Situation
I have:
-a table with User(ID, Name,... Masna
3
I'm looking into developing a multi-tenant SaaS application, and I found several sites that describe a solid way to separate the data using tenantIDs... Brad G
3
Task
Retrofit an existing application to use a multi-tenant approach. It shall be possible to create tenants and each user's session should reference... Magnus Jungsbluth
3
Sorry for the confusing title. I tried to make it less verbose, but...
What I'm wondering is: Does Django's new row level permissions (a) fix the... orokusaki
3
I would like to setup a multi-tenant ASP.NET MVC app. Ideally, this app would have a route with {tenant}/{controller}/{action}/{id}, each tenant... Joannes Vermorel
3
Are there common patterns people use for creating multi-tenanted applications using Django. The built in "sites" framework seems like an option. Are... user
2
In a multitenant system that hosts multiple organizations and applications, where an organization may use several applications hosted on the system,... JeffN825
2
I am developing a multi-tenant application in .NET with SQL 2008. Each tenant can specify their own language. For instance, a Chinese company may... Dan
2
I'm currently working on a multi-tenant application that employs Shared DB/Shared Schema approach. IOW, we enforce tenant data segregation by... Hans Gruber
2
Hi guys,
I'm building multi tenant application with shared table structure using Microsoft SQL Server.
I wonder if it possible to pass tenantID... Alexey Zakharov
2
HI, We are developing a multi-tenant application in Asp.Net with separate DB for each tenant, in which one of the requirement is to monitor the... asifch
