You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: