Reading the uses cases we have:
- You might have a distributed system where you need a central database server with all data for static purposes, but each client will only have access to a subset of that data (multi-tenancy architecture)
I will have a central database and each customer will see only their. own data.
Can Echo handle that ?
Client A, with a desktop application and 3 mobiles devices replicating to the central database
Client B, with a desktop application and 5 mobiles devices replicating to the central database
So, I could have a multi-tenancy database using Echo.
Is it ok ? If so how is the proper way to implement it ?
Thanks