Skip to content

dfigallo/GoogleIoTCoreApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

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