Multi-Tenant Isolation
Ecomentic is built with a zero-trust multi-tenancy architecture. Each tenant's data is strictly isolated at the database schema level.
How it works
- Schema Isolation: Each shop has its own schema
- Storage Isolation: Uploaded files are stored in tenant-specific directories.
- Cache Isolation: Redis cache keys are prefixed with the tenant ID.