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

Abstract Queries #30

Open
alfjjacob opened this issue May 5, 2020 · 0 comments
Open

Abstract Queries #30

alfjjacob opened this issue May 5, 2020 · 0 comments

Comments

@alfjjacob
Copy link
Contributor

For a future iteration, we should plan to abstract Query data sources, response data attribute etc. This abstraction will also help us to point REALBI to use a different datasource than Roxie in the future.

The abstraction could be via a static JSON file:
{
"Queries": [
{
"name": "hpccsystems_covid19_query_daily_metrics",
"datasource": "https://play.hpccsystems.com:18002",
"responseDataAttribute": "hpccsystems_covid19_query_daily_metricsResponse",
"authRequired": true
}
]
}

We would need to discuss how authentication will be handled in this case. If a Cluster is authenticated maybe, include that in the Query config and the first time user access a Query, prompt for auth etc. If HPCC cluster and REALBI are using AuthService, this may not be an issue as they share the same credentials.

@BaharF BaharF added this to the Version 1.2 milestone Jul 28, 2020
@BaharF BaharF modified the milestones: Version 1.2, Version 1.4 Oct 12, 2020
@chrishuman0923 chrishuman0923 removed this from the Version 1.4 milestone Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants