Multi Tenancy
-
So I've been looking through the code here https://github.com/jsreport/online
It seems that you have a dedicated Reporter for each tenant.I was wondering if it's possible to route different report requests to their corresponding database store without dedicated Reporters?
Also does sql stays open as long as jsreports is running or does it remake the connection whenever a request comes in and close it when its done?
I currently have a modified jsreport running with custom api endpoints that collect the appropriate data and pass it along to jsreport to get the requested report. This data is split up for different clients and would also like to store the templates and scripts in the same databases.
-
That repository is deprecated, jsreportonline main repository is now here
https://github.com/jsreportonline/main