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

[Maps] Add Elasticsearch SQL Data Source and Support for WKT #36454

Closed
alexfrancoeur opened this issue May 10, 2019 · 6 comments
Closed

[Maps] Add Elasticsearch SQL Data Source and Support for WKT #36454

alexfrancoeur opened this issue May 10, 2019 · 6 comments
Labels
Feature:Maps impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:large Large Level of Effort release_note:enhancement Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@alexfrancoeur
Copy link

alexfrancoeur commented May 10, 2019

As Igor progresses with geosql (elastic/elasticsearch#42031), we should consider how we can introduce SQL as a data source for Elastic Maps. We could offer an experience similar to Canvas, but I feel like we'd need to validate the WKT response.

@alexfrancoeur alexfrancoeur added release_note:enhancement [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation labels May 10, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis

@thomasneirynck
Copy link
Contributor

blocked by #32074

@alexfrancoeur
Copy link
Author

Update, the original SQL PR has been merged into master. 7.x is here elastic/elasticsearch#42135 and in progress

@imotov
Copy link
Contributor

imotov commented May 15, 2019

7.x is now merged. I played with canvas on Friday by loading geonames dataset and requests like

SELECT ST_X(location) x, ST_Y(location) y, population FROM "cities" WHERE country_code = 'US' AND admin1_code = 'NY'

were returning me:

Screenshot from 2019-05-10 16-36-02-400

That obviously works only for points and it would be really cool to have support for other shapes as well.

Please, let me know if I can do anything to make it easier for you. I think I can pretty easily add ST_AsGeoJSON(geom) function which will return shapes as a GeoJSON string instead of WKT string for example.

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@jb1b84 jb1b84 removed the [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation label Nov 3, 2022
@nickpeihl nickpeihl added loe:large Large Level of Effort impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. labels Jan 12, 2023
@ThomThomson
Copy link
Contributor

closing this in favour of maps supporting ESQL.

@ThomThomson ThomThomson closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Maps impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:large Large Level of Effort release_note:enhancement Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

7 participants