-
Notifications
You must be signed in to change notification settings - Fork 59
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
Rename this project to opensearch-extensions
or opensearch-extensions-java
#13
Comments
opensearch-extensions
opensearch-extensions
opensearch-extensions-java
opensearch-extensions
opensearch-extensions-java
opensearch-extensions
or opensearch-extensions-java
The extension points should be language agnostic. It shouldn't matter what language an extension is written in, if it follows the appropriate API. I think naming it "extensions" actually gives the impression that the extensions themselves would be developed in this project. I agree sdk is a bit too vague, though. What about |
I like opensearch-plugin-sdk +1 for that name. |
While the extensions interface is via Rest API, there could be SDKs available in many different language implementations, such as how there are many OpenSearch client implementations in other programming languages. |
I am fine with |
This is a very valid point. I think I'd like |
This issue has been a little stagnate, do one of the maintainers want to drive this rename or call it off? |
I am not really torn as long its named
If i have to choose I'll go with |
|
|
opensearch-sdk-java +2 |
Sold! |
Looks like we are sold!! |
@mloufra will pick this up |
Done! |
@mloufra @owaiskazi19 do we have to rename anything in the code? [1] https://github.com/opensearch-project/opensearch-sdk-java/blob/main/settings.gradle#L1 |
opensearch-sdk-java/DEVELOPER_GUIDE.md Line 22 in 0727269
This one I'm changing as part of my PR #74. It must match the name in the opensearch-sdk-java/DEVELOPER_GUIDE.md Line 76 in 0727269
opensearch-sdk-java/DEVELOPER_GUIDE.md Lines 168 to 190 in 0727269
|
That's a miss. Thanks @saratvemulapalli and @dbwiddis for bringing this up. @mloufra will look into it. |
This project is named
opensearch-sdk
and that name is pretty broad, while this is an OpenSearch specific repository, it seems to be focused on an extensibility sdk based on the content in the readme.In the future there might be rust/go/node/... extensions software development kits to help make extensions more easily which would be named
opensearch-extensions-rs
What do you guys think?
The text was updated successfully, but these errors were encountered: