Storage
Isolated storage for every kind of workshop data
Behemoth gives every data kind its own isolated domain: SQL for orders and customers, file storage for models and documents, vectors for AI search, cache for hot state.
Isolation is structural, not conventional. One workshop's data can never leak into another's, and each domain can be scaled, backed up, or moved independently of the rest.
A small Edge deployment runs all domains on one node; a Cluster deployment spreads them across dedicated storage hardware. The product does not change.
Outcome: workshop data stays separated by construction, and storage grows from one node to dedicated hardware without migration.