Summary
In this chapter, we understood the close relationship between Internet of Things and Big Data. We worked with a cloud-based service that allowed us to organize huge amounts of data collected by multiple devices and their sensors. We took advantage of the requests
package to write a few lines of Python code that could interact with the Intel IoT Analytics REST API.
We used the Intel IoT Analytics web site to set up a device and its components. Then, we made changes to one of our examples to collect data from the sensors and publish observations to Intel IoT Analytics. Then, we learned about the different options that Intel IoT Analytics offers us to analyze huge amounts of data. Finally, we defined rules that triggered alerts. Now that we are able to take advantage of Intel IoT Analytics to analyze huge amounts of data, we are ready to deploy thousands of IoT devices that collect data from multiple sensors.
We learned to use Python and the Intel Galileo Gen 2 board to create low cost...