equinor / webviz

Mozilla Public License 2.0
6 stars 9 forks source link

Simultaneous analysis of multiple entities (batch analysis) #779

Open rubenthoms opened 3 weeks ago

rubenthoms commented 3 weeks ago

Example use cases:

Possible solutions

Batching

Consider the possibility to let the user define the data they are interested in and then pre-load/batch-load it.

Requirements:

Questions:

Challenges:

Caching questions:

Pagination

Already load data for the next X entities when browsing (https://tanstack.com/table/v8/docs/guide/pagination).

Challenges:

Conclusion