- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 257字
- 2021-07-02 18:59:39
Assuming that change is constant
The world of IoT analytics moves quickly. The analytics you create today will change many times over as you get feedback on results and adapt to the changing business conditions. Your analytics processes will need to change. Assume this will happen continuously and design for change. This brings us to the concept of continuous delivery.
Continuous delivery is a concept from software development. It automates the release of code into production. The idea is to make change a regular process. Bring this concept into your analytics by keeping a set of simultaneous copies that you use to progress through three stages:
- Development: Keep a copy of your analytics for improving and trying out new things.
- Test: When ready, merge your improvements into this copy where the functionality stays the same, but it is repeatedly tested. The testing ensures it is working as intended. Keeping a separate copy for test allows development to continue on other functionality.
- Master: This is the copy that goes into production. When you merge things from test to the master copy, it is the same as putting it into live use. Cloud providers often have a continuous delivery service that can make this process simpler.
For any software developer readers out there, this is a simplification of the git flow method, which is a little outside the scope of this book. If the author can drop a suggestion, it is worth some additional research to learn git flow and apply it to your analytics development in the cloud.
- SQL Server 從入門到項目實踐(超值版)
- JBoss Weld CDI for Java Platform
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- CentOS 7 Server Deployment Cookbook
- Scala Design Patterns
- Java應用開發與實踐
- Learning ArcGIS for Desktop
- Learning FuelPHP for Effective PHP Development
- Keras深度學習實戰
- Mastering Git
- Yii2 By Example
- C Primer Plus(第6版)中文版【最新修訂版】
- Learning Unity Physics
- 零基礎學西門子PLC編程:入門、提高、應用、實例
- 正則指引(第2版)