You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another alternative is to just expose the data from the timescaledb (grafana) using a microservice (similar to the appserver)
Since multiple components are involved (frontend and backend), we need to think hard about how to make this customisable in the best way possible. one option would be to make the backend (appserver) self describe what endpoints and data is available for a particular subject+project and the app can just pull that and display. Another option is to use radar-app-config to maintain a global config accessible by all the services involved.
The text was updated successfully, but these errors were encountered:
Tasks
Another alternative is to just expose the data from the timescaledb (grafana) using a microservice (similar to the appserver)
Since multiple components are involved (frontend and backend), we need to think hard about how to make this customisable in the best way possible. one option would be to make the backend (appserver) self describe what endpoints and data is available for a particular subject+project and the app can just pull that and display. Another option is to use radar-app-config to maintain a global config accessible by all the services involved.
The text was updated successfully, but these errors were encountered: