dkalog / cloud-run-django-rest-iot

Let’s create a farm tank monitoring solution using Django Rest Framework as our base for the project. Saving farms, tanks and devices associations data on Cloud SQL and the device telemetry on BigQuery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running a Django Rest Framework API on Google Cloud Run

Using as main database a Cloud SQL Postgres instance and also saving/querying data on BigQuery

⚠️️️️THIS IS A WORK IN PROGRESS ⚠️

Run on Google Cloud

Demo

Rest API Api

Admin Interface Admin

Schematic

  • ESP8266 WiFi Microcontroller
  • HC-SR04 Ultrasonic Sensor
  • Jumpers

Schematic

References

About

Let’s create a farm tank monitoring solution using Django Rest Framework as our base for the project. Saving farms, tanks and devices associations data on Cloud SQL and the device telemetry on BigQuery.


Languages

Language:Python 97.2%Language:Dockerfile 2.8%