opensearch-project / geospatial

Future home of Geospatial features for OpenSearch
Apache License 2.0
35 stars 36 forks source link

[DRAFT] [FEATURE] Create and publish geospatial-client to enabled ip2geo computation in other plugins #693

Open kenrickyap opened 3 weeks ago

kenrickyap commented 3 weeks ago

Is your feature request related to a problem?

Am currently working on feature to add ip2geo capabilities to the sql-plugin, however we have been unable to do so as the current geospatial project exposes no jar in the maven repo. Feature aims to expose ip2geo and other geospatial functionality.

What solution would you like?

Create an spi as done for the job-scheduler plug-in

What alternatives have you considered?

Other possibility is to publish a separate geospatial-client that exposes the existing actions similar to what is does for ml-client. In this case, it would be good to also expose an additional _plugin/geo2ip function that will take a data source and ip and return the geo information, instead of having to create a process and attaching process to some a pipeline

Do you have any additional context?

//TODO add spi design

andrross commented 3 days ago

[Catch All Triage - 1, 2, 3, 4, 5]