Tagged Questions

A principle in software architecture where a single instance of the software runs on a server, serving multiple client organizations (tenants).

learn more… | top users | synonyms

21
votes
10answers
3k views

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 - associating records with proper indexes and ...
18
votes
3answers
4k views

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 which data belongs to which tenant. However there ...
14
votes
2answers
3k views

Creating a multi-tenant application using PostgreSQL's schemas and Rails

Stuff I've already figured out I'm learning how to create a multi-tenant application in Rails that serves data from different schemas based on what domain or subdomain is used to view the ...
14
votes
5answers
1k views

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 membership, but nothing that handles the subscription aspect ...
13
votes
10answers
4k views

Should I use a single or multiple database setup for a multi-client application?

I am working on a PHP application that intends to ease company workflow and project management, let's say something like Basecamp and GoPlan. I am not sure on what the best approach is, ...
12
votes
4answers
703 views

Multi tenancy support in Java EE 6

I have an existing Java EE 6 application (deployed in Glassfish v 3.1) and want to support multiple tenants. Technologies/APIs I'm currently using in my app are EJB (including the EJB timer service) ...
12
votes
3answers
1k views

SaaS / Multi-Tenancy approaches for Java-based (GWT, Spring, Hibernate) web applications

I am currently looking into converting a single-tenant Java based web-app that uses Spring, GWT, Hibernate, Jackrabbit, Hibernate Search / Lucene (among others) into a fully fledged SaaS style app. I ...
12
votes
3answers
646 views

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 custom assemblies being loaded into memory), I need a ...
9
votes
2answers
849 views

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 MVC but I still need some good advice. Im going to ...
8
votes
7answers
550 views

To Multi-Tenant, or Not To Multi-tenant

I have a difficult database design decision to make regarding multi-tenancy for the growing number of branches of my client's web-based CRM, which I actively maintain. I made the decision early on to ...
7
votes
1answer
284 views

Best Practices for developing a multi-tenant application with Symfony2 and Doctrine2

I am working on an application that needs to support the multi-tenant model. I am using the symfony2 php framework and doctrine2. I'm not sure the best way to go about architecting this ...
7
votes
3answers
1k views

What is the recommended approach towards multi-tenant databases in MongoDB?

I'm thinking of creating a multi-tenant app using MongoDB. I don't have any guesses in terms of how many tenants I'd have yet, but I would like to be able to scale into the thousands. I can think of ...
7
votes
1answer
820 views

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 along the lines of stackexchange, I suppose). Each ...
7
votes
2answers
1k views

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 of the box, so I made the following rake task to ...
6
votes
3answers
766 views

How is multi-tenancy done in the Orchard Project

I have been stepping through the source code for Orchard CMS to learn how they have tackled Multi-tenancy. OrchardProject Can someone point out the files or areas I should be looking at to ...
6
votes
2answers
1k views

Rails Basecamp style subdomains best practice

My goal is to have separate user accounts for each subdomain. Under no circumstance do I want cross-pollination between subdomains. I've looked over Robby Russle, and DHH's thoughts (both are ...
6
votes
2answers
328 views

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 this schema, do update schema of outhers tenants ...
6
votes
4answers
480 views

“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 sites will also all share a base set of domain ...
6
votes
1answer
1k views

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 there other approaches people have had success ...
5
votes
2answers
236 views

Customize c# WinForm application for multiple customers

Think at this scenario: I have a c# windows form application. This application was the same for all my customers. Now one of them needs to modify a form adding new textbox and new logic. I obviously ...
5
votes
2answers
740 views

Writing a multi-tenant Rails 3 app for deployment on Heroku

I'm building a Rails 3 app for deployment on Heroku, and I'm wondering if there are any recommendations on how to handle multi-tenancy in my models. Half a year ago, there was a related question ...
5
votes
3answers
257 views

Best way to cache a collection of objects. Together or as individual items?

Say I have a collection of Users. Each user has a User_ID, Username and Tenant_ID. Sometimes I need all Users for a specific Tenant_ID. Sometimes I need a specific User based on User_ID". Sometimes I ...
5
votes
2answers
580 views

Multi-tenancy support: Umbraco vs Orchard Project

I am currently using an older version of Umbraco (4.03) and I have several basic sites (mostly 1 pagers) running under the same IIS Application. I have a shared hosting account with Winhost.com, ...
5
votes
5answers
711 views

Multi tenant app that share data (Asp net mvc + Entity Framework + Sql Server)

I'm developing a multi tenant app architecture that is quite complex. . 3 completly different kind of app Ther is no only one type of application used by many customers; ther are 3 different kind ...
5
votes
2answers
242 views

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 will be using MS SQL as the db engine. Option 1 is ...
5
votes
2answers
774 views

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 ITenantContext interface. The Tenant in question is ...
5
votes
6answers
219 views

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 could use some guidance about the pros and cons ...
5
votes
11answers
622 views

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 customer. A customer may want to manage all their ...
4
votes
1answer
82 views

One database vs many databases [closed]

I know the question has been asked many times but I'd like an answer for my case. I'm working on a web application which will allow my clients to manage their clients, encashments, invoices, ...
4
votes
1answer
212 views

Implementing multi-tenancy for a mature enterprise application

I've been tasked with making an enterprise application multi-tenant. It has a Java/Glassfish BLL using SOAP web services and a PostgreSQL backend. Each tenant has its own database, so (in my case at ...
4
votes
3answers
587 views

Multi-Tenant CQRS Architecture

My team is beginning implementation of a greenfield application, with a requirement for multi-tenancy. I have been doing a large amount of research on patterns for simple scalability, especially on ...
4
votes
1answer
311 views

Running Google App Engine application on multiple customer domains

I want to allow my company’s customers to integrate our Google App Engine application into their domains. For example, let’s say one customer owns the domain coolcustomer.com and wants to make our ...
4
votes
2answers
694 views

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 service layer? 1. Filter tenant's data in the ...
4
votes
2answers
1k views

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 multi-tenant application. I think, the first part ...
4
votes
1answer
428 views

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 design problem that comes with multi-tenant ...
4
votes
3answers
714 views

Zend Framework - pass variable to every controller

I'm working on multi-tenant application in Zend Framework which gets it's tenantID from the subdomain name (mod_rewrite -> index.php -> matches it against the database). My question is - how do I set ...
4
votes
4answers
325 views

Multiple application instances on the same database

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 and uses MySQL. When providing it as a service I want users ...
4
votes
6answers
900 views

Multitenant DB: Why put a TenantID column in every table?

Every tutorial I've seen about Multitenant database models tells you to put the TenantID in every single table: zoos ------- id zoo_name tenant_id animals ------- id zoo_id animal_name tenant_id ...
4
votes
4answers
1k views

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 representing an logical instance of the app (simply ...
4
votes
1answer
561 views

Best practices to convert a NHibernate app as multi-tenant?

I have a simple ASP.NET MVC + OpenID + NHibernate app (on top of MSSQL Server DB). The app is strictly single tenant and supports multiple users with only 2 roles (Admin and User). I would like to ...
4
votes
3answers
616 views

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. E.g. acme.myapp.com will load the account for that ...
3
votes
1answer
151 views

Multitenant Architecture in Ruby on Rails

Please let me know the best books available for Implementing Multitenant Architecture in Ruby on Rails. Is there any gem or framework available for same?
3
votes
1answer
462 views

ASP.NET MVC 3 - Handling multiple domains and sharing a single code-base

I've been wondering about the best way to do this for a couple of days and wondered what everyone else thought. We want to rebuild and upgrade all our companies websites to ASP.NET MVC 3 and use a ...
3
votes
1answer
559 views

Multi tenant Saas resources

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 ...
3
votes
5answers
803 views

ASP.NET multi-Tenant Application

i have an Asp.net application 3.5. I want to be able to allow multiple/ different clients to access the same application but using different url's. I have already managed to configure the database to ...
3
votes
1answer
823 views

Multi tenant membership provider ASP.NET MVC

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, FirstName, Email) This table is made, so that a users who ...
3
votes
3answers
707 views

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 and updateable views. e.g. This blog post It all ...
3
votes
1answer
375 views

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 exactly one active tenant. Each tenant should ...
3
votes
2answers
1k views

Designing an Asp.Net App that supports SubSites

I'm designing an ASP.Net application that must support 'SubSites'. The idea is to have a super admin manage all users, global application settings and SubSites. Each Subsite has a few of its own ...
3
votes
2answers
3k views

Changing XSD ConnectionString at Runtime for a Multitenant app

I'm changing our application from "one set of code & one database" to "one set of code to multiple databases (one database per customer)". The original code is VS2005 ASP.NET(VB) & lots of ...

1 2 3 4 5