7
votes
1answer
145 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 …
0
votes
5answers
59 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
anima …
1
vote
2answers
128 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 …
1
vote
3answers
46 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 …
1
vote
1answer
43 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). …
3
votes
3answers
108 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 …
0
votes
0answers
21 views
One persistence-unit, multiple databases with Eclipselink?
Having a single persistence-unit defined in a persistence.xml with all entity specifications, does anyone knows how to make eclipselink load different EntityManagerFactory for diff …
3
votes
3answers
100 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 bas …
4
votes
11answers
428 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 mana …
4
votes
5answers
139 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 …
0
votes
1answer
74 views
Suggestion for Approachs to Develop Multi tenant Django Proj on Google App Engine
Hi,
I was hoping to get some suggestions on some best approaches to develop a multi tenant Django project on Google AppEngine.
Some Thoughts to Consider.
I would assume using d …
0
votes
1answer
85 views
Multitenancy with Zend Framework
Just curious as to how people are tackling multi tenancy using Zend (particularly directory structure, database, modularity, per tenant views, etc.). I haven't found too much mysel …
0
votes
4answers
179 views
What is a reasonable query time for associated tables with very large datasets?
In StackOverflow podcast no. 19, Joe describe Fogcreek's decision to have one database PER client instead of one database for ALL clients. That kinda sets me thinking about the fol …
1
vote
1answer
38 views
Mutli tenancy backstop check on Linq-to-sql entity load()
I am writing an aspx application that will host 1000's of small customers in a communal SQL Server database. All entities will be created and loaded via Linq-To-Sql.
Surrogate key …
0
votes
1answer
91 views
Google Bigtable is concept of multi-tenant database or not ?
I don't know what is true or not. Can you advise me?
