Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Dynamic datasource #297

Open
devendrakhatri opened this issue Mar 8, 2023 · 0 comments
Open

[Feature Request] Dynamic datasource #297

devendrakhatri opened this issue Mar 8, 2023 · 0 comments

Comments

@devendrakhatri
Copy link

devendrakhatri commented Mar 8, 2023

For the use cases where we have multiple environments (DEV, UAT, PROD) and each environment has a dedicated database with exactly same schema.
Is it possible to build one dashboard with an option to switch between environments ?
With current datasource capability, looks like dashboard is tightly coupled with a specific database.

Can we think of passing datasource dynamically?

Probably we can call it "environment manager" which can manage all the base URLs, database,. etc. at single place and dashboard can switch to environments using dropdown list?

Environment Service 1 Database 1 Database 2
DEV S1_DS_Dev D1_DB_Dev D2_DB_Dev
UAT SX_DS_Uat D1_DB_Uat D2_DB_Uat
PROD SY_DS_Prod D1_DB_Prod D2_DB_Prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant