equinor / equinor/fmu-settings-api

Store fetched RMS data in the API

Open
#335 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
7
Avg merge
2d 20h
Merged PRs (30d)
15

Description

After opening an RMS project, we can store the data from RMS in the API, so we can close the RMS project to free up the RMS license and not worrying about RMS session expiry. We can fetch all the data we need from RMS when opening the RMS project, or just store the data when the GET endpoints are called. First option is the simplest but we may need to rethink if the data from RMS is big and thus hurting performance. However, it's not a problem now as the data is small (even if there are thousand lines of JSON), so first option is the preferred one.

The GUI needs to be updated to show the user that now we don't open RMS project, but just fetching data from RMS.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.