- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 190字
- 2021-07-02 18:59:39
Leverage managed services
Cloud infrastructure providers, such as AWS and Microsoft Azure, offer services for things such as message queues, big data storage, and machine learning processing. The services handle the underlying resource needs such as server, storage provisioning, and also network requirements. You do not have to worry about how this happens under the hood, and it scales as big as you need it.
Cloud providers also manage global distribution of services to ensure low latency. The following image shows the AWS regional data center locations combined with underwater internet cabling:

This reduces the amount of things you have to worry about for analytics. It allows you to focus more on the business application and less on the technology. This is a good thing and you should take advantage of it.
An example of a managed service is Amazon Simple Queue Service (SQS). SQS is a message queue where the underlying server, storage, and compute needs are managed automatically by AWS systems. You only need to set it up and configure it, which takes just a few minutes.
- Boost程序庫完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(第5版)
- Intel Galileo Essentials
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- PyTorch自然語言處理入門與實戰(zhàn)
- Python Tools for Visual Studio
- 數(shù)據(jù)結(jié)構(gòu)與算法JavaScript描述
- Blockly創(chuàng)意趣味編程
- JavaScript從入門到精通(第3版)
- The Data Visualization Workshop
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第3版)
- Jupyter數(shù)據(jù)科學(xué)實戰(zhàn)
- Jenkins Continuous Integration Cookbook(Second Edition)
- 汽車人機(jī)交互界面整合設(shè)計
- 軟件體系結(jié)構(gòu)