GabeWeiss / GoogleIoTCoreApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleIoTCoreApp

This code represents what my team wrote while on stage at Google Cloud Next 2018's session "Building IoT Applications on Google Cloud". If you want to see the presentation live, the YouTube video is here: https://www.youtube.com/watch?v=RYaprBSDy8A.

Each piece of the app is contained in its own folder. Device code for running on the Raspberry Pi devices that were built, Google Cloud Functions to pull the data from Cloud Pub/Sub and move them into Cloud Firestore. An Angular front-end application to read the data in real time from Firestore and display graphs of our telemetry data. And finally a Google Sheets implementation with Apps Script to do time series data visualization, as well as administration tabs to send a configuration message down to our devices via a 2nd Cloud Function.

Note that this code is intended as example only. There are some corners we definitely cut in order to get it up and running. It's hard-coded to our projects and IDs so if you want to be using it, be sure to go through and change all the identifiers to point to your GCP project.

The authors of each piece, by directory:

About

License:Apache License 2.0


Languages

Language:TypeScript 38.5%Language:Python 28.2%Language:JavaScript 20.4%Language:C++ 6.6%Language:HTML 4.5%Language:CSS 1.4%Language:Shell 0.4%