- 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.
- Extending Jenkins
- Julia機器學習核心編程:人人可用的高性能科學計算
- Internet of Things with the Arduino Yún
- Python Geospatial Development(Second Edition)
- Mastering Python Networking
- 嚴密系統設計:方法、趨勢與挑戰
- Hands-On Microservices with Kotlin
- 微信小程序項目開發實戰
- Learning Three.js:The JavaScript 3D Library for WebGL
- ANSYS Fluent 二次開發指南
- Python Data Structures and Algorithms
- Mastering Git
- Android Game Programming by Example
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- JavaScript Unit Testing