Skip to content

Create shared helper module to make elasticsearch/ opensearch code easier to maintain #369

Closed
@jonhealy1

Description

@jonhealy1

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).
  • Validation logic.
  • Shared error handling and logging utilities.
  • Index information

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