Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.47 KB

About

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.

Data Pipeline Overview

data pipeline schematic here

Information on other steps can be found below:

Additional documentation for current repository

Other helpful resources: official documentation

Contact