Customer Data Separation

Customer Data Separation

Customer data is stored in SQL databases. We operate with an individual database per customer.
This guarantees against data leaks and allows us to easily scale our setup, by e.g. distributing individual customers to different hardware instances.
It also allows us to easily purge customer data, if or when a contract is cancelled.