pavelfilippi / weather-monitor

MIT License
1 stars 0 forks source link

Migrate db from mysql to timescaledb + refactor remove mutation #5

Closed pavelfilippi closed 1 year ago

pavelfilippi commented 1 year ago

Change mysql to timescaledb + refactor remove mutation

Timescaledb has standard psql tables + timeseries (hypertables) - makes more sense for data stored in the app

Changes