- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 174字
- 2021-07-02 18:59:39
When to use distributed and when to use one server
There is a complexity cost to distributed computing though. It is not as simple as single server analytics. Even though the frameworks handle a lot of the complexity for you, you still have to think and design your analytics to work across multiple nodes.
Here are some guidelines on when to keep it simple and on one server:
- There is not much need for scale: Your analytics process needs little change even if the number of IoT devices and data explodes. For example, the analytics process runs a forecast on data already summarized by month. The volume of devices makes little difference in that case.
- Small data instead of big data: The analytics run on a small subset of data without much impact from data size. Analytics on random samples is an example.
- Resource needs are minimal: Even at orders of magnitude more data, you are unlikely to need more than what is available with a standard server. In this case, keep it simple.
推薦閱讀
- Mastering Ext JS(Second Edition)
- Python概率統計
- Modular Programming with Python
- 控糖控脂健康餐
- Learning Flask Framework
- 華為HMS生態與應用開發實戰
- Java加密與解密的藝術(第2版)
- Building Mapping Applications with QGIS
- Web全棧工程師的自我修養
- 網絡爬蟲原理與實踐:基于C#語言
- C專家編程
- Mastering Python Design Patterns
- JSP程序設計實例教程(第2版)
- Emotional Intelligence for IT Professionals
- Data Science Algorithms in a Week