Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support OpenSearch #257

Open
v1ack opened this issue Oct 18, 2024 · 3 comments
Open

Support OpenSearch #257

v1ack opened this issue Oct 18, 2024 · 3 comments

Comments

@v1ack
Copy link

v1ack commented Oct 18, 2024

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.

@v1ack
Copy link
Author

v1ack commented Oct 23, 2024

@jkhenning hello, can you comment that?
Or mention someone who can?

@jkhenning
Copy link
Member

Hi @v1ack, sorry for the delay.

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...

@v1ack
Copy link
Author

v1ack commented Oct 23, 2024

Is it additional functional or changes in core ClearML logic?
Is it possible to make a fallback to the functions supported by the OS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants