Add multitenant scripts and documentation to release bundle; remove outdated build script

This commit is contained in:
2026-04-20 21:39:24 +02:00
parent bc61e87ab0
commit df677908d0
4 changed files with 10 additions and 285 deletions
+1
View File
@@ -125,3 +125,4 @@ def get_items():
The `get_tenant_db` function queries `g.tenant_context` inside Flask, calculates the database name from the subdomain, and returns a live `pymongo.database.Database` object.
This ensures that scaling is extremely cheap on resources because 1 Application Container connects to 100 separate Tenant Databases using just 1 shared `MongoClient` pool.