Skip to content

Dynamic aggregations in Query #6

@NXXR

Description

@NXXR

We decided on not storing aggregations in the DB, but dynamically compute them when requested for this we added the aggregations parameter to the infectiondata-query.

The query object should look like this:

{
  "aggregation1": [
    "Inf",
    "V2"
  ]
}

Where the first key is an arbitrary name for the aggregation that holds a list of compartment tags.
The backend querys the data and calculates the sum of all compartments containing the tags (AND connected).

The response will then contain datapoints with the aggregation name and no compartment.


FastAPI currently does not support deepObjects as query parameters but the feature is in planning.
When fastapi/fastapi#9867 is merged we can add in aggregations as deepObjects.

Alternatively a custom serialization may be possible, acting as a string query parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions