gpt4 book ai didi

node.js - Aerospike 是否支持像 MongoDB 中那样基于位置的查询?

转载 作者:搜寻专家 更新时间:2023-10-31 23:53:38 25 4
gpt4 key购买 nike

MongoDB 支持以下类型的基于位置的查询。 Aerospike 支持吗?

var db = req.db,
find = {
'loc' : {
'$near' : {
'$geometry' : {
'type' : 'Point',
'coordinates' : [lon, lat]
},
'$maxDistance' : radius
}
}
},

如果 Aerospike 支持这个,那么在 NodeJS 客户端中使用的正确语法是什么?

最佳答案

Aerospike 刚刚发布了其地理空间功能的早期采用者版本。查看有关 Announcements 的更多信息页面。

关于node.js - Aerospike 是否支持像 MongoDB 中那样基于位置的查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32268161/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com