Multi tenant

17
What are the advantages of using a single database for EACH client?
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
How to create a multi-tenant database with shared table structures?
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
Isolation in a Multi-tenant ASP .NET Application
I'm building a multi-tenant ASP .NET application. Given that each tenant can configure their application dynamically (which may involve dynamic... JeffN825
9
Are there any ASP.NET MVC subscription-based starter kits or examples?
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
Multi tenancy in ASP MVC
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
Should I use a single or multiple database setup for a multi-client application?
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
How update in a Multi Tenant app all schema of all tenants?
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
ASP.NET MVC output cache for multinenant application, vary by hostname and culture
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
Rails migrations for postgreSQL schemas
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
"inheriting" ASP.NET MVC sites from a common template app? (multi-tenancy)
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
One database or many?
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
MultiTenant versus Multiple DBs
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
Injecting multi-tenant repositories with StructureMap in ASP.NET MVC
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
Multi-tenant Access Control: Repository or Service layer?
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
How to get started with multi-tenant MVC application
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
Multiple application instances on the same database
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
One massive instance of an app, or many medium-sized ones?
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
How to do Basecamp-style accounts in Asp.Net Mvc?
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
Multi tenant membership provider ASP.NET MVC
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
Are there any PHP Frameworks (e.g. CodeIgniter) that support database connections on a per user account basis for use in a Multi-tenant database?
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
Oracle Row Level Security in multi-tenant app / default values for new records
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
Django: Are row level permissions for instance specific rules, or are they about views?
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
Setup a route {tenant}/{controller}/{action}/{id} with ASP.NET MVC?
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
Multi-Tenant Django Application
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
Multi-tenant User Model
In a multitenant system that hosts multiple organizations and applications, where an organization may use several applications hosted on the system,... JeffN825
2
Best data model for a multi-tenant, multi-language application in .NET with SQL 2008
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
using a Singleton to pass credentials in a multi-tenant application a code smell?
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
Pass tenant id via sql server connection
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
Bandwidth Monitoring in asp.net
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
2
how to create a single webapplication as a sub domain for many companies
Hi, i am working on a project that you can subscribe with your company name and you can use all features of site specificly to your company. for...
 
0.398933887482