如何从GPS跟踪器中设计反向地理编码的数千个LNG,液化天然气液中的IoT平台?

发布于 2025-02-01 16:00:16 字数 416 浏览 3 评论 0原文

我们有一个系统,其中有许多资产跟踪器每15分钟一次发送位置数据。使用LAT,来自GPS设备的LNG值。这些被发送到MQTT经纪人AWS IoT,并使用AWS IoT规则引擎将其转发给AWS LAMBDA,并在此处理此数据。处理过程中,我们正在调用反向地理编码API以填充位置信息并将其存储在数据库中。在客户端,将其显示给用户。 现在的问题是: 由于我们的资产跟踪器正在增长反向地理编码的成本,这太多了。我们尝试了具有成本效益的解决方案(与其他反向地理编码提供商一样),但是,成本仍在不断提高。

另一个解决方案是当客户端请求页面时逆转地理编码,但由于反向地理编码API错误而导致的解码导致性能问题,有时会导致失败。

我们还考虑过将资产跟踪器持续时间从15分钟减少到30分钟,但是客户或用户不满意,因为他们希望看到频繁的更新。

谁能提供更好的设计方法?让我知道您是否需要更多细节。

We have a system where there is a number of asset trackers which are sending location data every 15 mins. with LAT, LNG values from GPS device. These are sent to MQTT broker AWS IOT and using AWS IOT rule engine it is forwarded to AWS Lambda where it processes this data. While processing we are invoking reverse geocoding API to fill in the location info and store it in the database. And on the client-side, it is displayed to the user.
Now the issue is:
Since our asset trackers are growing the cost of reverse geocoding is way too much. We tried cost-effective solutions (like other reverse geocoding providers) but still, the cost keeps getting higher.

Another solution was to reverse geocode when a client requests the page but that is causing performance issues and sometimes failure in decoding due to reverse geocoding API errors.

We also thought about reducing asset tracker duration from 15 mins to 30 mins but customer or user is not happy as they want to see frequent updates.

Can anyone help with a better design approach? Let me know if you need more details.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

゛清羽墨安 2025-02-08 16:00:16

您是否查看了反向地理编码API是否可以采用多个条目?
这样您就可以分批提出请求,而不是每个地理位置点1个API调用。

Have you looked if the reverse geocoding api can take multiple entries?
So that you might be able to make requests in batch rather than 1 API call per geolocation point.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文