You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the stac-fastapi-elasticsearch-opensearch repository contains duplicated logic between the elasticsearch and opensearch modules. This duplication makes the code harder to maintain and increases the risk of inconsistencies. To address this, I propose creating a new module to consolidate shared logic specific to this repository.
The new module would house shared utilities, such as:
Common database operations (e.g., mk_actions for bulk operations).