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

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

Open
kenrickyap opened this issue Oct 28, 2024 · 0 comments
Labels
enhancement New feature or request untriaged

Comments

@kenrickyap
Copy link

kenrickyap commented Oct 28, 2024

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

@kenrickyap kenrickyap added the enhancement New feature or request label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

1 participant