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

Aggregated discovery results data models #13

Open
2 tasks
migraf opened this issue Apr 26, 2022 · 1 comment
Open
2 tasks

Aggregated discovery results data models #13

migraf opened this issue Apr 26, 2022 · 1 comment
Assignees

Comments

@migraf
Copy link
Contributor

migraf commented Apr 26, 2022

Define data models for the output of the discovery results aggregation. Grouped under the proposal id.
What other meta fields would be nice? Maybe split into resource and data discovery.

  • Schema for the aggreated scalar discovery results for the requested data
  • Schema for the figures created based on these results

i.e.

{
    "proposal_id": "id",
    "results": {
         "fields": [
             {"field": "field-name", "result": {}},
         ]
    }
}
@migraf migraf changed the title Aggregated results data model Aggregated results data models Apr 26, 2022
@migraf migraf changed the title Aggregated results data models Aggregated discovery results data models Apr 26, 2022
@Felix6464
Copy link
Contributor

I guess its closed?

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

2 participants