multi-tenant Questions

9

Solved

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, data...
Protozoology asked 1/11, 2008 at 7:25

4

Solved

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 ther...
Illogic asked 6/2, 2010 at 12:2

2

In ASP.NET Core and EF Core Code First, I have a multi-tenant webapp. When I create a new tenant, I want to change connection string, add migration on it and then update. From command line, add m...
Phagy asked 18/8, 2016 at 8:11

1

Solved

Our Spring Boot 1.3.3 application persists data on MongoDB (2.6 ou 3.2) using Spring Data MongoDB 1.8.4. We need to support multitenancy. We chose to use "collection based" multitenancy, i.e. each...
Macrae asked 26/5, 2016 at 11:38

2

Solved

I am migrating my multitenant application from Webapi to aspnet core. In webapi version I was using TenantIdentificationStrategy that identified tenants based on request path on HttpContext. Movin...
Schopenhauerism asked 29/6, 2016 at 23:1

3

I have read the tutorial in twilio but its not quite clear. Can someone lay down the step by step procedure please? Here is what I got from twilio: Exchanging Phone Numbers Between Accounts You...
Tybi asked 12/10, 2014 at 16:15

3

Over the past couple of years I have developed a very customised PHP/MySQL application that is used for a number of clients. I have been creating a new database and new installation for each client...
Vindictive asked 9/3, 2015 at 12:34

4

Solved

I am using OWIN Authentication for a Multi-Tenant ASP.NET MVC application. The application and authentication sits on one server in a single application but can be accessed via many domains and su...
Standup asked 21/4, 2016 at 17:26

1

Solved

I am building a muli-tenant saas(software as a service) architecture. I have to build the authentication system for the system. From what I have studied, I think I need to the build the authentic...
Jacquline asked 2/5, 2016 at 4:15

2

Solved

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? For example: app1.mysystem.com == www.mys...
Dollie asked 25/7, 2011 at 20:12

1

Solved

I'm trying to get a little follow up to this question that's already been answered... Service Fabric multi-tenant If I were to setup my tenants as Azure Service Fabric Stateless Services (they'll...
Paintbrush asked 6/2, 2016 at 23:21

1

Solved

We are planning to use Azure Service Fabric for a data-oriented multi-tenant application. Typically 100+ customers each with 5 - 100 users. Looking at the documentation, I concluded that the best ...
Hillyer asked 5/1, 2016 at 16:2

3

I'm trying to build a web-based SaaS solution, and I hit a road where I'm not sure to use multi tenancy or multi instance. I will try to describe what I'm trying to achieve, and each approach...
Fibroid asked 28/12, 2015 at 12:59

0

I'm having troubles with hibernate not closing the (hikari) connection pool in a multi-tenant setup. Here is the hibernate session-factory config: <session-factory> <property name="hiber...
Lorinalorinda asked 13/11, 2015 at 17:21

1

Solved

I am creating a multi-tenant application in which, based on the sub-domain, I am connecting to a database of that particular tenant. Here is code to do that: // To connect with a subdomain...
Jeremy asked 18/10, 2015 at 5:52

2

I am trying to build and application using Laravel 5. It is supposed to be a multi tenant database architecture using multiple databases. My employer requires this for security purposes. I have tr...
Adolphadolphe asked 2/10, 2015 at 7:46

1

Solved

We are moving a range of Cloud services Web Roles to Azure websites - currently running on App Service plan/pricing tier - Standard 1 medium. The websites are all identical and at some point we wi...
Bernabernadene asked 24/3, 2015 at 15:24

1

I'm using the Apartment gem to build a multi-tenant app (each tenant lives in a different Postgres schema). What's the best way in Rails to define custom CSS overrides for each tenant?

6

Solved

Can anyone say are there any practical limits for the number of collections in mongodb? They write here https://docs.mongodb.com/manual/core/data-model-operations/#large-number-of-collections: G...
Moffett asked 25/3, 2012 at 6:44

1

Solved

I am in the process of creating a Multi-Tenant asp.net application. I am deciding between separate MSSQL databases or schemas. However, I cannot find any information on how I can change the datab...
Lyford asked 22/9, 2015 at 13:11

4

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 t...
Toussaint asked 28/12, 2009 at 17:33

2

Solved

i am running an application that runs on several subdomains usergroupXYZ.onruby.de and also supports arbitrary domains as aliases. so you can access the domain via yourusergroup.onruby.de or via cu...
Teacart asked 11/12, 2012 at 20:35

5

Solved

I am currently trying to set up Hibernate for multi tenancy using the seperate Schema aproach. After working on it for about 2 days now and browsing nearly every source I could find via Google I am...
Rational asked 25/4, 2013 at 11:29

1

I'd like to implement multitenancy in my loopback app. Right now, I'm trying to use middleware to redefine my datasources to point to different databases on my mongodb server for each request, base...
Obnoxious asked 23/4, 2015 at 1:25

1

I’m working on a tenant application and i was wondering how i can block tenant access other tenant data. First, let me expose some facts: The app is not free, 100% for sure the malicious user is...

© 2022 - 2024 — McMap. All rights reserved.