programming-the-iot / book-exercise-tasks

This repo is for issues / tasks ONLY. All programming and related exercises for each chapter of 'Programming the Internet of Things' are listed here.
Other
11 stars 12 forks source link

PIOT-DOC-P04-SUMMARY: Cloud Integration #192

Open labbenchstudios opened 3 years ago

labbenchstudios commented 3 years ago

Part 04: Cloud Connectivity and Final Project


About Part 04 (O'Reilly Book Link)


Part 04 is the final exercise section, and explores the cloud integration aspects of the IoT, with a focus on pulling all the pieces together to build an end-to-end IoT solution.

This content summarizes the lab module exercises as a companion to the content in the following book sections and chapters from Programming the Internet of Things. They are intended to be used together:

It's comprised of two Lab Modules:


Part 04 Summary (O'Reilly Book Link)


Key Learning Activities

1) Overall: Learn how to connect the GDA to one or more cloud services using MQTT, and how to enhance the value of your edge tier solution using a very simple cloud-based analytics service.

2) System Design: Learn how to integrate your GDA with one or more cloud-based IoT environments to scale your system by using the existing connection design patterns established in Part 03.

3) Simple Analytics: Learn how to use a simple analytics service hosted within one or more cloud services to add value to your overall IoT design, finally connecting all the dots to create your end-to-end IoT solution.

Review the README

Review the LICENSE and USAGE guidelines


Part 04 Lab Module Overview


Lab Module 11

Lab Module 11 - Cloud Integration is focused on configuring your cloud service functionality and updating the GDA to support integration with the cloud service provider's MQTT service.

GDA specific instructions

CSF specific instructions (OPTIONAL)


Lab Module 12

Lab Module 12 - Semester Project is focused on completing the requirements for the Semester Project. This will involve updates to your cloud services configuration / implementation, along with new functionality added to both your GDA and CDA.

CDA specific instructions

GDA specific instructions

CSF specific instructions