Top "Multi-tenant" questions

A principle in software architecture where a single instance of the software runs on a server, serving multiple client organizations (tenants).

Why use subdomains to designate tenants in a multi-tenant web application?

Questions Why do some multi-tenant web applications use subdomains to designate the tenant while others do not? Are there technical, …

subdomain multi-tenant
MultiTenancy with Hibernate 4.0 with Separate Schema approach

I am using EJB 3.0 and Hibernate 4 with PostgreSQL as my database server to create a multitenant system where each tenant …

java hibernate jpa jdbc multi-tenant
Python / Django multi-tenancy solution

I could use some help creating a plan of attack for a project I'm working on. Imagine that the site …

python django multi-tenant
Multi-user Datasources - Spring + Hibernate

I'm writing a web app that supports multiple users. Each user has their own database - using H2. all database …

java spring hibernate jdbc multi-tenant
Multitenancy using Keycloak and SpringBoot

I am using spring boot adapter and keycloak spring boot adapter to perform multitenancy where i can access the page …

spring-boot multi-tenant keycloak spring-boot-gradle-plugin keycloak-services
SaaS / Multi-Tenancy approaches for Java-based (GWT, Spring, Hibernate) web applications

I am currently looking into converting a single-tenant Java based web-app that uses Spring, GWT, Hibernate, Jackrabbit, Hibernate Search / Lucene (…

java multi-tenant hibernate-search saas
Multiple schemas versus enormous tables

Consider a mobile device manager system that contains information for every user such as a table that stores the apps …

database database-design multi-tenant database-performance
Laravel 5 Multi-Tenancy App with separate databases - users have access to multiple installations

Over the past couple of years I have developed a very customised PHP/MySQL application that is used for a …

php laravel laravel-5 multi-tenant
Changing XSD ConnectionString at Runtime for a Multitenant app

I'm changing our application from "one set of code & one database" to "one set of code to multiple databases (…

string xsd dataset connection multi-tenant
Multi-Tenant Authentication with AWS Cognito

My current project is in AWS, using Cognito and microservices with Lambda. We have designed the microservices using DDD and …

amazon-web-services authentication microservices multi-tenant aws-cognito