Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 3.25 KB

README.md

File metadata and controls

52 lines (33 loc) · 3.25 KB

Building a Serverless Data Pipeline : IoT to BigQuery

IMG_1014

.

demo video:

Please click on the video below to unmute the sound or read the transcript here.

DEPP.434-55.DV10_default.mp4

quickstart:

assumes available raspberrypi + SD card + sensor et al (listed in the full manual infrastructure construction instructions)

architecture diagram:

image

$PROJECT:

service account key —> bucket 
				-> python @ raspberry —> pubsub —> cloudfunction —> bq dataset.table
temp press humidity —> sensor 

test456depp:

pub-key —> iot-analytics
			 -> iot-data-pipeline.py —> weatherdata —> main.py —> weatherData.weatherDataTable
bmp280 —> raspberry pi    

full manual construction of infrastructure is found here

full command-line construction of infra is found here

developer notes are found here