multi-tenant Questions

4

I have implemented Hibernate's multitenant database architecture, where a specific database connection is chosen depending on the tenant. I'm using Spring 4.3 and Hibernate 5.2. All good when tena...
Py asked 11/5, 2018 at 12:51

2

Solved

I have looked and played around with RavenDb for a while and have started to look at MultiTenancy. Ayendes sample for multitenancy looks like this: using(var store = new DocumentStore { Url = "ht...
Query asked 9/9, 2011 at 16:27

2

Solved

I have Audited (formerly acts_as_audited) setup and working. The user_id is successfully saved in the audit table but I can't figure out an efficient way to save the tenant_id (I have multitenancy ...

4

Solved

I could use some help creating a plan of attack for a project I'm working on. Imagine that the site is for a group that oversees regional sales offices, distributed around the world. The purpose o...
Mcgrath asked 7/10, 2013 at 17:10

1

I'm evaluating Firebase to develop an application in SaaS mode, where people from multiple companies can access it. Each person in a company should only access data from their company and not with ...
Toulon asked 21/5, 2020 at 20:49

1

Solved

I'm building a multi tenant web app where I will have 1 app and 1 database for all my tenants. I have been reading about the different techniques to pass the tenant ID from server to client and v...
Pungent asked 26/2, 2020 at 10:50

3

I'd like to build a multi-tenancy application using Flask + SQLAlchemy. The official SQLAlchemy docs suggest that, to use multi-tenancy the tables should be distributed over 1 scheme per tenant and...
Wailoo asked 1/2, 2021 at 12:50

2

I have an application that has a base database (Oracle). It fetches the other tenant database connection string from a table in the base database. These tenants can be Oracle or Postgres or MSSQL. ...
Lightfooted asked 21/1, 2020 at 5:4

10

Solved

I've seen SaaS applications hosted in many different ways. Is it a good idea to split features and modules across multiple databases? For example, putting things like the User table on one DB...

3

Solved

My database layout needs to create new schema for each new customer. Currently I use internal function I found on the net and modified a little bit. CREATE FUNCTION copy_schema( source_schema cha...
Coprolalia asked 24/9, 2012 at 20:3

2

Solved

I am building a REST-API with spring boot and I would like to implement a Multi-Tenant Structure to handle data. I want to have one Database called Main that will have the User table, which will ha...
Reformatory asked 21/11, 2020 at 17:13

2

I'm building a multi-tenant app with ActiveAdmin as the main admin interface. I've used the acts_as_tenant gem to accomplish data separate nicely. I've used the AdminUser model as the user model o...
Whittaker asked 11/7, 2012 at 19:32

4

I'm working on a multi-tenant reactive application using Spring-Webflux + Spring-data-r2dbc with the r2dbc driver to connect to a Postgresql database. The multi-tenant part is schema-based: one sch...
Vanir asked 9/4, 2020 at 13:27

3

I have a multi-tenant ASP.NET Core web application. The current tenancy model is every tenant has a separate web app and SQL database. I'm trying to rearchitect it so that multiple tenants will be ...
Success asked 6/7, 2020 at 17:35

4

I have read the Get Started guide provided by RabbitMQ and have even contributed the sixth example to stormed-amqp, so I have an inkling of knowledge about AMQP. However, the guide is not comprehe...
Dentoid asked 20/10, 2011 at 18:16

0

I have a package that helps to control job processing. It uses model with hyn/multi-tenant. When running Job it throws exception Database connection [tenant] not configured. It throws error only wh...
Waldon asked 29/7, 2020 at 9:2

2

I need to build an app with Office 365 API and tried several examples provided here: https://msdn.microsoft.com/en-us/office/office365/howto/starter-projects-and-code-samples. I manage to login to...
Tropophilous asked 3/6, 2015 at 14:43

3

I have a "multi-tenant" Flask web application which interfaces with 1 "master" MySQL database (used to look up the client information) and dozens of "client" MySQL databases (which all have the sam...

1

I am little confused in choosing the suitable approach of creating database/collections for a multi-tenant system in MongoDB in CosmosDB API. I would have 500 tenants for my application, where each...

1

How to migrate data from shared schema to multi tenant schema using django-tenant-schemas? We have a saas and initially didn't use django-tenant-schemas but Shared Database, Shared Schema approach...
Cucullate asked 1/2, 2016 at 13:55

1

Solved

I would like to load a _Host.cshtml file in an ASP.NET Core Blazor project (Server side Blazor) based on a header in the request. For example: A client connects to example.com and is redirected t...
Armilda asked 31/3, 2020 at 13:31

1

I'm looking for a way to create a connection pool for many DBs on the same DB server (PostgreSQL Aurora). This means that I need the ability of changing the target DB of a connection at run time. C...

3

Currently, I have created an Identity server 4 web application with external login providers with default client id and secrets. But my goal is to register the authentication providers like Azure, ...

3

Solved

A little background I have been using the Apartment gem for running a multi-tenancy app for years. Now recently the need to scale the database out into separate hosts has arrived, the db server si...
Groundsill asked 26/2, 2020 at 19:28

3

Solved

I'm working on a Web App. My app runs on the subdomain app.mydomain.com I need to WhiteLabel my app. I'm asking my Customers to point to their own website via CNAME to my app. design.customer...

© 2022 - 2024 — McMap. All rights reserved.