I'm trying to use Amazon Neptune, in my gremlin query I need to filter nearby users and also filter by other relationships, similar to what Tinder (a dating app) does. So I need a geolocation distance calculation into the query. I can't find that feature into the tinkerpop documentation or Neptune documentation. Is it possible to do this? I'm looking for something like "Spatial functions" of Neo4j
Luckily I didn't started the development and didn't decide what DB engine I want to use so if I can't code with this basic tool I'm going to use Neo4j instead of AWS Neptune
Edit: This question has been linked in the comments but does not contain the answer: Geolocation search with Gremlin
I want to know how to make geolocation queries with AWS Neptune