This repository contains the API step of the data pipeline (view Data Pipeline Overview diagram below). The API receives requests from the UDP Client and Grafana and interfaces with the PostgreSQL database to store and retrieve data.
The API follows the Django REST framework format. Both the database and API are currently deployed on Heroku. The deployment process for Heroku is connected directly to this repository; any changes to the master branch will trigger redeployment.
Information on other steps can be found below: