Convert SQL Server Geometry to Elicsearch Geoshape

I am writing an application to query spatial data from SQL Server and add results to the Elasticsearch index.

Is there an effective method for converting SQL Server geometry data (points, lines, or polygons) to the corresponding Elasticsearch geometric shapes?

+4
source share

Source: https://habr.com/ru/post/1610625/


All Articles