Support for geospatial queries and types #275
-
Does the current version of ArcadeDB have any support for geospatial types, queries, and indices? I couldn’t see anything in the docs, and was thinking of features along the lines of the OpenGIS class types in MySQL (https://dev.mysql.com/doc/refman/8.0/en/spatial-types.html) and R-tree-based SPATIAL INDEX functionality. Or the GeoJSON support, $geoIntersects and $nearSphere query operators in MongoDB. If the support isn’t there, are there any proposed workarounds or anything on the roadmap? If not, we could probably contribute a bit of budget to bump it up the priority list. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
@RichardPollock the support for geospatial is definitely in our roadmap, but today we don't have enough contributors can work on it. In OrientDB we used Lucene spatial index, but in ArcadeDB we'd like to have something native, namely creating the R-Tree on top of our LSM index. This allows more control. We had many issues with OrientDB handling 2 engines: orientdb + lucene that live on the same JVM... Any help on this is welcome, in terms of sponsorship and code contributors. |
Beta Was this translation helpful? Give feedback.
@RichardPollock the support for geospatial is definitely in our roadmap, but today we don't have enough contributors can work on it. In OrientDB we used Lucene spatial index, but in ArcadeDB we'd like to have something native, namely creating the R-Tree on top of our LSM index. This allows more control. We had many issues with OrientDB handling 2 engines: orientdb + lucene that live on the same JVM...
Any help on this is welcome, in terms of sponsorship and code contributors.