airq-dev / hazebot

Building the 411 for air quality in the United States: a texting platform accessible to all, that provides actionable local information to protect your and your community.
https://www.hazebot.org/
MIT License
9 stars 1 forks source link

Store sensor readings in Postgres #54

Closed ianhoffman closed 4 years ago

ianhoffman commented 4 years ago

Per this discussion, I think it's reasonable to begin storing sensor readings in Postgres and to update those readings every 10 minutes. This will also simplify our architecture, allowing us to store all zipcode data in Postgres as well (and build it once a week).

This PR is a biggie. It:

This will allow us to: