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
I propose adding support for OpenSearch in addition to Elasticsearch. Since OpenSearch maintains a high degree of compatibility with Elasticsearch APIs — including the Python client API — we can achieve this by implementing compatibility logic to switch between the elasticsearch or opensearch-py library, depending on an environment variable.
This approach would allow us to support both platforms with minimal changes to the existing codebase.
I am happy to create a merge request to implement this if the team agrees.
The text was updated successfully, but these errors were encountered:
There's actually an issue with supporting OpenSearch as we're currently working on features that use new ElasticSearch features that are not supported by OpenSearch...
I propose adding support for OpenSearch in addition to Elasticsearch. Since OpenSearch maintains a high degree of compatibility with Elasticsearch APIs — including the Python client API — we can achieve this by implementing compatibility logic to switch between the
elasticsearch
oropensearch-py
library, depending on an environment variable.This approach would allow us to support both platforms with minimal changes to the existing codebase.
I am happy to create a merge request to implement this if the team agrees.
The text was updated successfully, but these errors were encountered: