equinor / sumo-tableaggregator

Aggregation service for sumo. To be used with table data indexed with sumo
Apache License 2.0
0 stars 0 forks source link

Use DuckDB for table aggregation #57

Closed equinor-ruaj closed 5 months ago

equinor-ruaj commented 8 months ago

Use DuckDB to only download the columns to be aggregated instead of full tables every time.

equinor-ruaj commented 5 months ago

Table aggregation code moved to sumo-fmu-aggregation-service repo: https://github.com/equinor/sumo-fmu-aggregation-service/pull/226/files DuckDB used for table aggregation: https://github.com/equinor/sumo-fmu-aggregation-service/pull/230

Closing.