opensearch-sdk-java icon indicating copy to clipboard operation
opensearch-sdk-java copied to clipboard

[FEATURE] Improve extension-from-scratch example with Get, Update, and Delete functionality

Open dbwiddis opened this issue 2 years ago • 3 comments

Is your feature request related to a problem?

#603 requires documentation on developing an extension from scratch.

#610 documents the basic first steps and the C in CRUD. Additional functionality is needed.

Some bugs (e.g., #609) are being discovered in the process.

What solution would you like?

I've started work on this "from scratch" extension at my personal account here: https://github.com/dbwiddis/CRUDExtension which is documented in #610.

Whoever takes this issue can recreate their own extension from scratch following that documentation and:

  • [ ] Identify any issues in the current documentation, and submit changes to improve it
  • [ ] Implement one or more of the remaining handlers (see https://opensearch.org/docs/latest/clients/java/#sample-program ) for example code
  • [ ] Implement other functionality with an extension.

What alternatives have you considered?

ChatGPT "Write me an OpenSearch Extension from scratch".

dbwiddis avatar Mar 27 '23 00:03 dbwiddis

Hello @dbwiddis ,I would like to take this issue

kokibas avatar Apr 25 '23 05:04 kokibas

Hi @kokibas, this is a rather broad issue with many things you can do. Which part of it will you be doing?

dbwiddis avatar Apr 25 '23 05:04 dbwiddis

Hi @kokibas, this is a rather broad issue with many things you can do. Which part of it will you be doing?

I will be implement remaining handlers

kokibas avatar Apr 25 '23 05:04 kokibas