multi-tenant
Multi-tenant rails application: what are the pros and cons of different techniques?
I originally wrote my Ruby on Rails application for one client. Now, I am changing it so that it can be used for different clients. My end-goal is that some user (not me) can click a button and create[详细]
2023-03-27 11:51 分类:问答Reporting system for multi-tenant, multi-lingual system
This is quite a heavy list of requirements, but I wonder if anyone here has any ideas I can investigate for this.[详细]
2023-03-24 19:00 分类:问答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.[详细]
2023-03-24 05:45 分类:问答multi tenant with custom domain on rails
I\'m creating a multi tenant application like shopify and wanna know how can I create custom domain on server that points to the same application instance?[详细]
2023-03-23 07:52 分类:问答Multiple ASP.NET web applications depending on a common base application
I have multiple SQL Server databases (same schema) for different customers. They will be sharing a common ASP.NET web application. If one of these customers wants a customized version of a web page, w[详细]
2023-03-22 13:53 分类:问答How to configure multiple DataSources for multitenancy in Hibernate
I am trying to add multitenancy to a java application using the separate schema approach as outlined in this webinar[详细]
2023-03-22 07:09 分类:问答Multi Tenant Database with some Shared Data
I have a full multi-tenant database with TenantID\'s on all the tenanted databases. This all works well, except now we have a requirement to allow the tenanted databases to \"link to\" shared data. So[详细]
2023-03-21 00:18 分类:问答mysql database structure - data only relevant per user thus user tables?
I would like to build an online logbook for truck drivers. The goal is that after a truck driver logs in, he/she immediately sees a snapshot of his/her driving total this year/month/day, together with[详细]
2023-03-19 16:02 分类:问答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 开发者_Python百科tackled Multi-tenancy.[详细]
2023-03-19 10:52 分类:问答Multi tenant databases with single shared database
we are using .net mvc and sqlserver db. EDIT We are also using NHibernate for data access.I mention this because we will not be writing our own sql or do stored procs.triggers in the db might work b[详细]
2023-03-18 16:24 分类:问答
加载中,请稍侯......