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 (2)

0
votes
0answers
10 views

Multi-Tenancy without subdomains

I watched Ryan Bates Railscast #388 regarding default scopes for multi-tenant apps. He does it using subdomains. For a few reasons, I'd like to be able to do it without subdomains. for example: ...
0
votes
1answer
30 views

Storing Braintree API keys in SAAS application database

We're building a multi-tenant SAAS web-application. Our tenants want the option to accept credit card payments for the various products that we allow them to market through our application. To support ...
0
votes
1answer
15 views

Can someone please explain a simply way to add multi-tenancy to a rails app?

I have a bootstrapped layout running on my rails app with the ability to allow users to sign up, sign in and sign out. Even changing layouts when they do sign in, to provide a dashboard feel across ...
1
vote
1answer
23 views

How to implement dynamic theme in django app?

My app is multitenant, with many groups with unique site like group1.myapp.com, group2.myapp.com etc. Requirement is that user should be able to select different theme for a particular group. I ...
6
votes
3answers
204 views

Handling Layout properties with custom Razor view engine

I have implemented a multi-tenant view engine similar to what is described here: http://weblogs.asp.net/imranbaloch/archive/2011/06/27/view-engine-with-dynamic-view-location.aspx Which let me ...
0
votes
0answers
7 views

Updating Tenant using Python

I was creating a registration for openstack where in after registration the user where able to configure it's own quota settings I was able to create user and tenants using keystone client and i ...
0
votes
1answer
84 views

Multi-Tenant Architecture for MVC 4

I need to create/publish a complex MVC site to several clients, each with mostly shared functionality but also custom stuff, such as client specific controllers / views / business logic etc. Most ...
0
votes
1answer
29 views

Setting Dynamic Base Url to route to in a multi-tenant MVC website

I want to create MVC 4 Multitenand Application . My question is how can I set base url in routing. Here are my routes : routes.MapRoute( name: "Default", url: "{portal}", ...
0
votes
1answer
32 views

Extensibility and multi tenancy in an ASP.NET World

Imagine a multi tenant solution, running in an IIS web server, where you want to offer to your users/tenants the possibility of execute custom code (only for their tenant). Example: run a custom ...
0
votes
0answers
26 views

Multi-tenancy resources [closed]

I know there are a number of multitenancy questions on Stack overflow, but I haven't been able to find one that matches my specific set of criteria so I'm hoping someone might be able to help me out ...
0
votes
1answer
13 views

Is this the correct way to host multiple Tomcat 7 applications using the same data sources?

OK, normally we have been installing a Tomcat 7 instance for each web app because, while they are almost the same code base (same app really), we can't afford having one app down for changes and it ...
0
votes
1answer
26 views

How to initialize and persist Castle ActiveRecordStarter per session for multi tenancy apps?

I am using Castle ActiveRecord in my Asp.net / MVC 2 / Multi-tenancy application with SQL Server as my backend. For every user logging in, the app loads the corresponding DB, dynamically at run time ...
0
votes
0answers
17 views

Scoping Account model with acts_as_tenant?

I'm using acts_as_tenant keyed on subdomain, and would like the "tenant" to be able to make changes to his Account record (change his subdomain), but not see anyone elses entry. Adding an account_id ...
0
votes
0answers
18 views

Is it possible to plug-in a custom url resolution mechanism by implementing the IUrlResolutionService

I am building a multi-tenant application and have the option of each tenant to choose their own theme at runtime. The css files and the images will be rendered from the tenant based themes. When i ...
0
votes
0answers
28 views

Is it save to manipulate DB Connection before returning it to Hibernate?

I'm currently working on a web application using Spring 3.1 and Hibernate 3.5. One of my requirements is to have some sort of multi-tenancy on a per "company" basis. Each company has multiple users ...
1
vote
1answer
60 views

Rails: Clearing postgres schemas in test database

I working through a mutli-tenancy tut using postgres schemas. The schemas for each tenant in the test database need to be cleared after each run for the tests to run correctly. rspec produces the ...
-1
votes
1answer
62 views

Multi-tenancy in Rails using Apartment gem

Please I am looking for a step-by-step tutorial or guideline for using apartment gem to create a multi-tenant application
2
votes
2answers
88 views

Looking for advice on restructuring complex web app to make for easier upgrades

I'm working with a complex system that has a couple of decades of history behind it. It used to be a client/server dispatching app, but it's gotten more complicated. Originally, each customer had his ...
2
votes
2answers
68 views

Customising web.config when publishing a multi-tenant project to Azure

I have a VS2012 solution that contains a multi-tenant MVC web project that I want to publish to multiple websites on a single Azure web role. I've changed my .csdef so that it contains multiple sites ...
0
votes
2answers
99 views

Multi-Tenant Database design - Database for each user

I am working on a web application that will require users to have their own set of private data. My original plan was to create a stores table, a users table, and a user_stores intersecting table. ...
0
votes
1answer
39 views

Orchard CMS - Setting up Tenants from the Command Line

It is good practice to run acceptance tests against a clean install. We run acceptance tests nightly as part of our CI. When we run a build, we basically: delete the database. create a clean ...
6
votes
4answers
176 views

Multi-tenant application allow one user to access many tenant accounts?

I'm writing a multi-tenant application using a one database per tenant model. I have allowed each user account to access multiple tenants (as long as that tenant has given them access) Each page ...
2
votes
1answer
57 views

How does one google app engine app serve multiple domains?

Or can it be done? For example, I want to help a few friends to setup their shopping cart websites. They have their website domain names already purchased. But I want to pay one google app engine ...
0
votes
1answer
27 views

MVC Multi Tennat Application how to add sub site

I have an intranet application for which the URL is as follows http:\\ServerName]\RunLog\ I am adding another department/tenant/group of users which will utilize the same instance of the application ...
0
votes
1answer
122 views

MultiTenant architecture in ASP.NET Web Forms and ASP.NET MVC

Creating a web app for schools with data of 1000s students. All schools will login to same app through web browser. For this I am using MultiTenant architecture. The problem is that we dont have ...
-1
votes
1answer
110 views

WSO2 multi-tenancy [closed]

We’re evaluating WSO2 products (http://wso2.com) for our new SOA architecture. We need multi-tenancy on level of the ESB, web services and especially data sources/databases. We have a large numbers ...
1
vote
0answers
131 views

hibernate 4.2 schema based multi-tenancy + c3p0 connection pool

I am running a java app (java 1.7) with hibernate 4.2.0 and I need to implement a schema based multi tenancy setup. I used this exampleto do that. my problem is that I was unable to figure out how to ...
0
votes
0answers
28 views

Setting masterpage dynamically in multi-tenant solution.

I created a multi tenant solution in .net mvc4 that works great. I only have one last issue left. I created my own controller with OnResultExecuting, this is good because it allows me to deal with ...
1
vote
1answer
59 views

App Engine Multi-Tenancy SSL and Billing

So I understand that we can let many clients use our app and we can separate the data for each client using namespaces based on domain names or some other criteria. Is there also a way to allow ...
0
votes
0answers
73 views

Multi-tenant rails application with multiple schemas

So I am working on a multi-tenant rails application using rails 3.2.11. We chose the schema approach so we are using a single Postgres database. The correct schema is loaded based on the subdomain. ...
0
votes
0answers
56 views

Loading OneToMany mapping using @JoinColumnsOrFormulas

Here are the two entities I'm looking to create a join on: public class CustomFieldValue { private Integer id; private Integer identifier; private String entityName; ...
0
votes
2answers
352 views

ASP .NET MVC 4 Application as Multi Tenant application on windows azure

I have a mvc 4 application. I already have one field (CompanyID) in database tables. Now we are planning to put this application on windows azure as a multi tenant application. I have studied many ...
0
votes
1answer
31 views

how to implement multi-tenant migrations with GenericRepository + IoC?

This article's idea is very good to solve this kind of problems, that share the core functions and at the same time provide extend functions for customization. ...
0
votes
1answer
94 views

Multi-tenant web service in WSO2 Data Services?

I want to build a web service where not every user can see all data. Therefor I need to store data in a multi-tenant fashion. Quick example: Car dealers. dealer ID name username ...
1
vote
1answer
86 views

Backup/Restore of a postgres specific schema to/from a sql file on ruby on rails

I have saas app using multi-tenant with postgresql. Any accounts have each schema, subdomain, admin panel and any account is given the facility to backup/restore its own schema to sql file using click ...
0
votes
1answer
150 views

OpenAM: How to share SSO token to tenant website using OAuth2.0 authentication module

We are developing a multi-tenant based REST API secured by OpenAM. Our system also involves managing users within each client. We intend to use OAuth client authentication module in OpenAM to allow ...
0
votes
1answer
65 views

HOW TO Create new databases or database instances on the application for each user?

As you know when you have an application like a blog, users can post articles, galleries, create static pages, editors edit them... You have tables like: Articles Authors Editors Galleries Static ...
0
votes
1answer
54 views

Users, Customers, Tenants, Employees - All in the same table?

In this case let me be more specific about the problem I've got a peoples table(with customer & supplier) and I've got a users table(for users who can login). Currently I have this DB structure ...
0
votes
1answer
172 views

StructureMap - Initialise Entity Framework for each database on a multitenant web application

We are developing a multi tenanted ASP.NET MVC web application. Each tenant has their own database. Data access is managed by the entity framework. StructureMap is being used as the IoC container. The ...
0
votes
1answer
485 views

Multi Tenancy in ASP.NET MVC Application

In the following example, what is an efficient way to implement multitenancy with minimal redundant code? In this scenario, tenant is a student. The students' school has 2 locations and each location ...
0
votes
0answers
56 views

Rails 3 - acts_as_tenant with custom tenant ID column

Has anyone successfully used the Rails acts_as_tenant gem for multitenancy, where the tenant ID column is not named xxx_id? my model is something like has_one :tenant, :foreign_key => ...
1
vote
1answer
130 views

How to isolate SQL Data from different customers?

I'm currently developing a service for an App with WCF. I want to host this data on windows-azure and it should host data from differed users. I'm searching for the right design of my database. In my ...
0
votes
1answer
76 views

How do you implement multi-tenancy on CouchBase? Can it be performant?

I'm considering an app which will store customer data. Given the way buckets work in CouchBase, all customer data will be in one bucket. It appears that I have two choices: Implement multi-tenancy ...
0
votes
1answer
243 views

Spring Data JPA repository multi-tenant single schema technique

I'm just getting started on a spring app that is currently using spring data with a jpa repository. I'm planning on the app being a multi-tenant app using a single database schema. What I'm trying ...
1
vote
2answers
330 views

Multi-tenancy web application with filtered dbContext

I am new to ASP.Net MVC and multi-tenancy web application. I have done lots of reading, but being a beginner I just follow what I understand. So I managed to built a sample scenario web application ...
2
votes
1answer
85 views

Autofac: Custom LifetimeScope

I'm building a multi-tenant MVC 4 application and using Autofac as the container. I've been looking at the Autofac MultiTenant library, however unless I have missed something I don't think it really ...
0
votes
1answer
35 views

Is it better to use 10 different sets of tables, or 1 set? [closed]

I have many webshops, all running on the same php/mysql backend i made back in the day. Each webshop has their own set of tables, like 10 each or something, containing data about products, customers, ...
1
vote
2answers
77 views

RavenDB tenants load slowly

We are using RavenDB in a multi-tenant environment, users can create their own tenants and create their own applications there. The problem however is that their databases idle from time to time ...
1
vote
1answer
114 views

MySQL User Defined Values - EAV vs Sharding with Many tables

I am currently in development of a multi-tenant system that as core functionality of the system allows the user to define custom types. So for example, they would define an Event, Account, Order, ...
2
votes
3answers
136 views

Is there a way to achieve multi-tenancy in OSGI in a similar manner as we did with spring?

Someone in my shop came up with a clever way to achieve multi-tenancy using the spring framework. They basically created a main parent application context with commonly used services, and then for ...

1 2 3 4 5 11