multi-tenant Questions

1

Solved

I need to be able to deploy a new container or manage Docker containers running in CoreOS from another running docker container. Docker version is 1.5.0 CoreOS version is 647.2.0 Right now my proce...
Prehuman asked 29/5, 2015 at 17:35

3

Solved

You'll have to bear with me here for possibly getting some of the terminology slightly wrong as I wasn't even aware that this fell into the whole 'multi-tenant' 'software as a service' category, bu...
Decency asked 10/11, 2012 at 19:33

2

Currently application is working on multiple schema in database, so we have a common schema that stores master tables whereas other schemas where we store client specific data. So, specific scenar...
Araarab asked 14/5, 2015 at 6:37

1

Solved

While building multi-tenancy packages for Laravel 5 I had to find out how to add middleware dynamically from code. In comparison to this question on SO I do not want to touch the Http/Kernel defini...
Rothenberg asked 11/5, 2015 at 10:27

1

Solved

I've been implementing DocumentDB during preview into a multi-tenent system. My plan has been to generate a new database under the DocumentDB account for each tenant that signs up. Most of this cod...
Giselegisella asked 24/4, 2015 at 3:25

1

Solved

I am trying to configure a LinkedIn application for a multi tenant site. I will have 20+ tenants using the same application and the number is going to increase every time. As per Linkedin API docu...
Garrard asked 16/4, 2015 at 7:25

2

Solved

We're creating a multi-tenant application that must segregate data between tenants. Each tenant will save various documents, each of which can fall into several different document categories. We pl...
Solorzano asked 22/3, 2015 at 3:49

2

Solved

I am setting up multi-tenant support for a java web application using hibernate 4 and spring 4. The default schema is created and set when the application starts. This schema works fine when not tr...
Reliable asked 20/2, 2015 at 16:32

1

I am attempting to build a multi-tenant application for Office 365 which focuses on SharePoint Online and authenticates through Azure using OAuth2. The problem is specific to SharePoint access via ...
Halfhour asked 4/12, 2014 at 20:37

2

I am writing a multi-tenant application with python-django. I want to set database connection based on each request.I thought i could write a middleware where we set the database to be used for th...
Rheingold asked 10/12, 2014 at 13:5

2

We are developing a multi-tenant application. With respect to architecture, we have designed shared middle tier for business logic and one database per tenant for data persistence. Saying that, bus...
Baluchistan asked 18/8, 2014 at 17:44

3

Solved

I'm building multi-tenant application. All data isolation is done by TenantID column in each table. What is the best way to automatically handle multi-tenancy for all tenant models. Example: Co...
Sublime asked 23/9, 2010 at 8:34

1

I am using EJB 3.0 and Hibernate 4 with PostgreSQL as my database server to create a multitenant system where each tenant will have separate but identical schema. I am still in the trial stage wher...
Syriac asked 13/10, 2013 at 18:7

0

I am trying to setup a multi-tenant application with a separate schema approach. I am using JPA with Hibernate 4 implementation. Like said @ben75 in this very usefull thread, there many way to ma...
Humbertohumble asked 17/11, 2014 at 8:48

0

What is the best approach implements MultiTenant (in my case for separate DATABASE scenario). Spring focus on AbstractRoutingDataSource Hibernate focus on MultiTenantConnectionProvider and Curre...
Ferreous asked 15/11, 2014 at 8:19

4

Solved

I'm creating a multi-user/company web application in PHP & MySQL. I'm interested to know what the best practice is with regards to structuring my database(s). There will be hundreds of compani...
Mclain asked 15/12, 2009 at 23:58

1

I'm working on a small team designing a process management system to be used by several different customers within the same industry. The goal of the system and high level requirements across the c...
Taillight asked 13/10, 2014 at 17:47

2

I'm trying to configure a Hibernate SessionFactory using multi-tenancy options and with automatic schema creation, however i'm stuck on this error: java.lang.NullPointerException at org.hibernate...
Glottic asked 26/3, 2013 at 12:1

2

What is the best way to achieve multi-tenancy in neo4j? I have seen Tinkerpop and Spring Data. I'm have multiple clients and I would like to store client info in its own database to ensure securi...
Weatherby asked 19/9, 2014 at 5:55

1

Solved

I'm researching a good way to implement multiple database for multi-tenant support using node.js + mongoose and mongodb. I've found out that mongoose supports a method called createConnection() an...
Carnival asked 28/8, 2014 at 14:46

3

My company holds a dozen websites and isolated DBs (identical schemas). every customer has its own website (different app pool) and DB. every website has its own configuration, several connection ...
Bacteriolysis asked 9/1, 2013 at 8:0

1

Solved

How can I find out which tenant (schema) is the current one when Apartment was initialized according to request

2

Solved

I'm building a Saas / Multitenant application using Symfony 2. I've created a Doctrine event-subscriber to add and update the owner of a row, the user who created it, the user who modified it, time...
Mannes asked 19/5, 2014 at 21:42

1

I'm developing a multitenant app following this article. The problem is when I run all migrations the first time. In schema.rb file are only the tables for the public schema but what happend with t...
Herniorrhaphy asked 12/8, 2013 at 12:16

1

I have read several articles (i.e. this and that and that) on the web regarding multi tenancy (for different clients in a SaaS application). Once you have decided to go for the discriminator based ...
Standstill asked 15/10, 2012 at 11:9

© 2022 - 2024 — McMap. All rights reserved.