d4software / QueryTree

Data reporting and visualization for your app
http://querytreeapp.com
GNU Lesser General Public License v3.0
335 stars 121 forks source link

Multi tenant situation #145

Closed KrunchMuffin closed 1 year ago

KrunchMuffin commented 1 year ago

Curious if there is any way to do a multi-tenant setup? If not, would it be a matter of 1 docker per client? What would the requirements be for say 10 clients?

d4nt commented 1 year ago

The "Teams" feature could be used like that. Each user can invite others to join their team and share queries/reports within their team. The teams are isolated from each other and can't see each others data.

KrunchMuffin commented 1 year ago

oh, interesting. I will try it out . thanks