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

Add datastore querying capabilities #154

Closed
gregorbj opened this issue Mar 12, 2018 · 1 comment
Closed

Add datastore querying capabilities #154

gregorbj opened this issue Mar 12, 2018 · 1 comment
Assignees

Comments

@gregorbj
Copy link
Owner

Presently the only functionality to extract data from a datastore is the readFromTable function which reads one dataset from a datastore. A substantial amount of effort is required to read multiple datasets from multiple tables. This gets in the way of checking modules and preparing performance measures and other summaries. The first step to developing querying capabilities is to create a function that will read multiple datasets from multiple tables. In addition, the function should support datastore references so that when model results for a scenario are split over more than one datastore, a single function call can be used to get all the desired data for the scenario.

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

2 participants